Random Forests with tidymodels
Learn how to train a random forest ensemble using tidymodels.
We'll cover the following
Training a random forest
One advantage of the workflow approach of tidymodels
is the ability to change the machine learning algorithm quickly. The following code compares using a CART classification tree vs. a random classification forest.
Get hands-on with 1400+ tech skills courses.