Visualizing a Tuned Classification Tree
Building on your knowledge of model tuning, train a tuned CART classification decision tree and visualize the model.
We'll cover the following...
Specifying hyperparameter values
Assume a grid search has been performed using a CART classification decision tree on the Titanic training data. The grid search was used to find an optimal value for the min_n
hyperparameter, given a value of 0.0
for the cost_complexity
...