1. 学习
  2. /
  3. 课程
  4. /
  5. Hyperparameter Tuning in R

Connected

练习

Finding hyperparameters

Finding out which hyperparameters you can tune with a given algorithm or function is the most important prerequisite for actually tuning your models!

  • Which hyperparameters can you tune with a simple Generalized Linear Model that uses the glm method? The caret library has been loaded for you.

说明

50 XP

答案选项