We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0622e21 commit abc83f5Copy full SHA for abc83f5
supervised_class2/rf_regression.py
@@ -1,6 +1,7 @@
1
# https://deeplearningcourses.com/c/machine-learning-in-python-random-forest-adaboost
2
# https://www.udemy.com/machine-learning-in-python-random-forest-adaboost
3
# 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
5
# put all files in the folder ../large_files
6
from __future__ import print_function, division
7
from future.utils import iteritems
0 commit comments