Machine Learning Classification model

Project goal

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.

Libraries and general information

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)