Random Forest

Draw the ROC and provide the AUC for each of the tuned models on the whole training set (in one figure) and test set (in another figure).

Graphs- 6 Boosted Decision Trees and Random Forest (Henry) In this assignment, you are going to fit and tune random forest and boosted decision trees to predict whether a given passenger survived the sinking of the Titanic based on the variables provided in the data set. You may use sklearn and gridsearch. 6.1First, download the […]

Scroll to top