- It is important for botanists to have a quick way of determining the species of an Iris flower.
- We are going to use the Iris dataset to predict the species of any new flower given its sepal and petal measurements.
- In the left pane you may enter the measurements of a new flower using the sliders and click on the Submit button.
- On click of the submit button a prediction of the species of this new flower is made using the Random Forest method and output is displayed in the main panel.
- Following slides will explain the implementation of Random Forest model along with an example prediction.