Hi,
since at the very beginning of the notebook we split the dataset in train
and test
, and then we use cross-validation on the train set to find the best hyperparameters, it would be nice to extend the quiz the following way:
- set the hyperparameters to the best performing values according to
cross_val_score
- retrain the model on the full training set
- compute the score on the test set
It’s a very small addition, but it gives some satisfaction. At least, it was satisfying for me