Skip to content

Supervised Machine Learning project using Random Forest Classifier on the Iris dataset. Built with Scikit-learn to predict flower species with high accuracy.

License

Notifications You must be signed in to change notification settings

Syed-Imthiaz/ml-randomforest-iris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

13 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Random Forest Classifier on Iris Dataset

This project demonstrates the Random Forest Classifier using Scikit-learn. It applies a supervised machine learning approach to classify the well-known Iris dataset and evaluates the model's accuracy.


πŸ“Š Dataset

  • Source: Scikit-learn's built-in Iris dataset
  • Features: Sepal Length, Sepal Width, Petal Length, Petal Width
  • Target: Setosa, Versicolor, Virginica

🧠 Model Used

  • Algorithm: Random Forest Classifier
  • Accuracy: ~96% (depending on random state)
  • Evaluation Metrics: Accuracy Score, Confusion Matrix, Classification Report

βš™οΈ Tech Stack

  • Python
  • Scikit-learn

πŸ“Έ Output

Random Forest Classifier Output


πŸ‘¨β€πŸ’» Author

Syed Imthiaz I
B.E. Computer Science and Engineering
KCG College of Technology

πŸ”— LinkedIn
πŸ”— LinkedIn Post


🚫 License & Disclaimer

Β© 2025 Syed Imthiaz I β€” All rights reserved. Unauthorized copying, modification, distribution, or use of this code or any part of it is strictly prohibited without the express written permission of the author.

πŸ“© For permission requests, contact: syedimthiaz2006@gmail.com


About

Supervised Machine Learning project using Random Forest Classifier on the Iris dataset. Built with Scikit-learn to predict flower species with high accuracy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages