How do you start machine learning in R

less than 1 minute read

Published:

This is the machine learning project using iris dataset as an example of using caret package to build the models and predict the species.

======

This is a great example of using R to start your first machine learning project. Thanks Jason Brownlee for this great tutorial

the code can be found here