Hyperparameters in Stochastic Gradient Boosting
In the previous lesson, you built a Stochastic Gradient Boosting model in caret.
A similar model as the one from before has been preloaded as gbm_model
. In order to optimize this model, you want to tune its hyperparameters. Which of the following is NOT a hyperparameter of the gbm
method?
Note: The library caret
has also been preloaded.
This exercise is part of the course
Hyperparameter Tuning in R
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
