Get startedGet started for free

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.

This exercise is part of the course

Hyperparameter Tuning in R

View Course

Hands-on interactive exercise

Turn theory into action with one of our interactive exercises

Start Exercise