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

File rf_classification.py

supervised_class2/rf_classification.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# mushroom data from:
4# https://archive.ics.uci.edu/ml/datasets/Mushroom

Callers

nothing calls this directly

Calls 2

LogisticRegressionClass · 0.85
get_dataFunction · 0.70

Tested by

no test coverage detected