Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bob7783 committed May 14, 2024
1 parent 0622e21 commit abc83f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supervised_class2/rf_regression.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# https://deeplearningcourses.com/c/machine-learning-in-python-random-forest-adaboost
# https://www.udemy.com/machine-learning-in-python-random-forest-adaboost
# uses house dataset from https://archive.ics.uci.edu/ml/machine-learning-databases/housing/
# Alternate data source: https://archive.org/download/housing_202405/housing.data
# put all files in the folder ../large_files
from __future__ import print_function, division
from future.utils import iteritems
Expand Down

0 comments on commit abc83f5

Please sign in to comment.