TristanLecourtois / Iris_classification

This project demonstrates the application of machine learning in classifying iris flowers. It serves as an accessible introduction to data science and classification methods with a Jupyter Notebook.

Repository from Github https://github.comTristanLecourtois/Iris_classificationRepository from Github https://github.comTristanLecourtois/Iris_classification

Iris_Classification

This project demonstrates the application of machine learning in classifying iris flowers. It serves as an accessible introduction to data science and classification methods with a Jupyter Notebook.

Texte alternatif de l'image

Project Details:

  • Iris Species: The dataset consists of iris flowers, specifically from the species setosa, versicolor, and virginica.
  • Key Measurements: The essential characteristics used for classification include sepal length, sepal width, petal length, and petal width.
  • Machine Learning Model: The project involves the creation and training of a machine learning model to accurately classify iris flowers based on their measurements.

Results :

Modèle Précision Recall F1 Score
Random Forest 0.95 0.94 0.94
Support Vector Machine 0.92 0.90 0.91
K-Nearest Neighbors(K=3) 0.89 0.88 0.88
Decision trees 0.89 0.88 0.88

About

This project demonstrates the application of machine learning in classifying iris flowers. It serves as an accessible introduction to data science and classification methods with a Jupyter Notebook.


Languages

Language:Jupyter Notebook 100.0%