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

https://github.com/isaqueiros/iris-predictions-knnclassifier_and_decisiontree

This notebook demonstrates the basic application of two common machine learning algorithms, KNN and Decision Tree, for species classification using the classic Iris dataset. This is a beginner-friendly guide for understanding and applying basic classification techniques in Python using scikit-learn.
https://github.com/isaqueiros/iris-predictions-knnclassifier_and_decisiontree

decision-tree-classifier knn-classifier sklearn

Last synced: 2 months ago
JSON representation

This notebook demonstrates the basic application of two common machine learning algorithms, KNN and Decision Tree, for species classification using the classic Iris dataset. This is a beginner-friendly guide for understanding and applying basic classification techniques in Python using scikit-learn.

Awesome Lists containing this project

README

          

# Iris-predictions-KNNClassifier_and_DecisionTree
This notebook demonstrates the basic application of two common machine learning algorithms for species classification using the classic Iris dataset. The models used are:
- K-Nearest Neighbors (KNN)
- Decision Tree Classifier

This is a beginner-friendly guide for understanding and applying basic classification techniques in Python using scikit-learn.
The model is applied to dataset Iris, which is supplied separately in .csv format.