In this project i tried to develop a Machine Learning Classification model with R
where the algorithm based on some characteristics( such as petal width and length)
would classify the species of the flower iris.
The model was developed in RStudio Cloud obviously with the R Programming language. The libraries i used :
- library (caret)
- library (tidyverse)
- library (kernlab)
- library (e1071)