Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 540 Bytes

README.md

File metadata and controls

3 lines (2 loc) · 540 Bytes

ClassifyTheFruitML

This is a machine learning program to find out the diffrence between the apple and the orange . This code is simple to understand and It is wriiten in the language Python as we all know that python is a power llanguage so i use python library for this code i.e Scikit learn . In this code there is a use of the decicion tree to classify the diffrence between the apple and the orange . I use the FIT method to train the classifier than use the PREDICT method to predict the result . Happy learning ! #machineLearning