mirror of
https://github.com/TheAlgorithms/Python.git
synced 2024-11-24 05:21:09 +00:00
8fb1eb7bdf
I've implemented a basic decision tree in python as an example of how they work. Although the class I've created only works on one dimensional data sets, the reader should be able to generalize it to higher dimensions should they need to. |
||
---|---|---|
.. | ||
decision_tree.py | ||
gradient_descent.py | ||
linear_regression.py | ||
perceptron.py | ||
scoring_functions.py |