4. Multiclass Classification with RandomForest
Overview
This chapter will show you how to train a multiclass classifier using the Random Forest algorithm. You will also see how to evaluate the performance of multiclass models. By the end of the chapter, you will be able to tune the key hyperparameters of Random Forest and split data into training/testing sets.