MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / rf_regression.py

File rf_regression.py

supervised_class2/rf_regression.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 4

get_dataFunction · 0.70
fitMethod · 0.45
predictMethod · 0.45
scoreMethod · 0.45

Tested by

no test coverage detected