sarahcodebyte / LeafSpeciesDetection

ML model to predict the species of a plant by observing it's leaves.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeafSpeciesDetection

ML model to determine which species the plant, of the leaf in obeseration, is. Parameters such as petal length, petal width, sepal length and sepal width used. The dataset was extracted by sklearn library-iris.

This ML model is made by the Decision Tree algorithm with the accuracy of 96%

Libraries used: 1.DecisionTreeClassifier 2.load_iris

New things I learnt: 1.Decision Tree algorithm 2.max_depth value

About

ML model to predict the species of a plant by observing it's leaves.


Languages

Language:Jupyter Notebook 100.0%