adding comments

master
Davud 2022-12-22 17:09:10 +00:00
parent 93c536bd8b
commit 7fbf9b0a97
1 changed files with 3 additions and 0 deletions

View File

@ -7,3 +7,6 @@ In this repository you can find following files:
2. Jupyter notebook file: Decision_Tree_Classifier.ipynb that consists the code of our Decision Tree Algorithm as well as it's two implementations(two differents datasets) 2. Jupyter notebook file: Decision_Tree_Classifier.ipynb that consists the code of our Decision Tree Algorithm as well as it's two implementations(two differents datasets)
3. First dataset: iris_data.csv 3. First dataset: iris_data.csv
4. Second dataset: iphone_purchase_records.csv 4. Second dataset: iphone_purchase_records.csv
For understanding the concept and the working principle of the code please first read the pdf file.