https://github.com/justdvnsh/classification-methods
A collection of different classification techniques done on iris-dataset
https://github.com/justdvnsh/classification-methods
classification classification-algorithm classification-model decision-trees iris iris-dataset knn knn-algorithm knn-classification logistic-regression machine-learning machine-learning-algorithms naive-bayes naive-bayes-algorithm naive-bayes-classifier random-forest
Last synced: 25 days ago
JSON representation
A collection of different classification techniques done on iris-dataset
- Host: GitHub
- URL: https://github.com/justdvnsh/classification-methods
- Owner: justdvnsh
- Created: 2018-11-14T16:41:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T19:59:10.000Z (over 6 years ago)
- Last Synced: 2025-02-07T08:31:29.544Z (3 months ago)
- Topics: classification, classification-algorithm, classification-model, decision-trees, iris, iris-dataset, knn, knn-algorithm, knn-classification, logistic-regression, machine-learning, machine-learning-algorithms, naive-bayes, naive-bayes-algorithm, naive-bayes-classifier, random-forest
- Language: Jupyter Notebook
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Classification Methods !
A collection of different classification techniques done on different datasets.
I have made a project to test different algorithms on a same dataset. I have used many different classification algorithm to gain a better insight
of which algorithm can perform better on which type of dataset.