ML_from_Scratch icon indicating copy to clipboard operation
ML_from_Scratch copied to clipboard

Implementation of basic ML algorithms from scratch in python...

Results 2 ML_from_Scratch issues
Sort by recently updated
recently updated
newest added

The decision tree classification can not run for that there doesn't exit `iris.csv`. So where can I get it ?

Changes made: 1. Added a iris.csv dataset to the directory so code in decision_tree_classification.ipynb can run out of the box. 2. Removed num_samples parameter from the get_best_split() function as it...