Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 772 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 772 Bytes

IRIS-Flower-classification

This Project is thorugh application of machine learning with python programming. It focuses on IRIS flower classification using Machine Learning with scikit tools. Here some of algorithm are used that are some types of machine learning subparts algorithms of supervised and Unsupervised learning. Algorithm used for predicting and get accuracy are -

  1. Decision tree classifier
  2. K nearest classifier
  3. SVM
  4. Logistic Regression
  5. metrics
  6. train_test_split We are making accuracy and prediction in Iris project through Iris Dataset. This is easy and understable for machine learning starters( Naive ).

PS: Please do not forget to drop a star if you like it!