Davud 06dd29f6fb | ||
---|---|---|
Decision Tree Classification in Python.pdf | ||
README.md | ||
decision tree classification.ipynb | ||
iphone_purchase_records.csv | ||
iris_data.csv |
README.md
Decision-Tree-Algorithm
Here we explain the concept and math behind Decision Tree Algorithm, code it completely from scratch using only two libraries: numpy and pandas and implement it.
In this repository you can find following files:
- pdf file: Decision Tree Classification in Python.pdf which is a seminary paper (under the work) that explains the concept and math behind Decision Tree Algorithm
- 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)
- First dataset: iris_data.csv
- Second dataset: iphone_purchase_records.csv