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.
Este exercício faz parte do curso
Hyperparameter Tuning in R
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
