Suji04 / ML_from_Scratch

Implementation of basic ML algorithms from scratch in python...
https://www.youtube.com/NormalizedNerd
285 stars 229 forks source link

Cannot run #1

Open Yaoyaolingbro opened 11 months ago

Yaoyaolingbro commented 11 months ago

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

AyushSinghal9020 commented 11 months ago

Here are some Iris Datasets I found. Hope it helps

Manav-Khandurie commented 11 months ago

https://www.kaggle.com/datasets/saurabh00007/iriscsv

This is the dataset that is to be used