Skip to content

Commit abc83f5

Browse files
committedMay 14, 2024·
update
1 parent 0622e21 commit abc83f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎supervised_class2/rf_regression.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# https://deeplearningcourses.com/c/machine-learning-in-python-random-forest-adaboost
22
# https://www.udemy.com/machine-learning-in-python-random-forest-adaboost
33
# uses house dataset from https://archive.ics.uci.edu/ml/machine-learning-databases/housing/
4+
# Alternate data source: https://archive.org/download/housing_202405/housing.data
45
# put all files in the folder ../large_files
56
from __future__ import print_function, division
67
from future.utils import iteritems

0 commit comments

Comments
 (0)
Please sign in to comment.