An open API service indexing awesome lists of open source software.

https://github.com/prahaladhchandrahasan/decision_tree_internship_tsf

Decssion tree algorithm was applied on the Iris Dataset . One of my submissions for the TSF's GRIP internship, October 2020.
https://github.com/prahaladhchandrahasan/decision_tree_internship_tsf

decision-tree-classifier matplotlib-pyplot numpy pandas python3

Last synced: about 2 months ago
JSON representation

Decssion tree algorithm was applied on the Iris Dataset . One of my submissions for the TSF's GRIP internship, October 2020.

Awesome Lists containing this project

README

        

# Decision Tree Classifier
1. Decision Tree Classifier along with Exploratory Data Analysis on the iris dataset was performed.
2. The dataset can be downloaded from [here](https://drive.google.com/file/d/11Iq7YvbWZbt8VXjfm06brx66b10YiwK-/view)
3. Python version '3.6.9' was used for devloping this project.
4. Check out [requirements.txt](https://github.com/prahaladhchandrahasan/Decision_tree_Internship_TSF/blob/master/requirements.txt) for the versions of the individual libraries used.