← All skills
Skill · Optimizing model settingsSoon

Hyperparameter Tuning

Find the settings that make a model sing — grid search, random search, and validation curves, without overfitting the search.

Coming soon. Here’s the planned set of tasks. Meanwhile, Python is live and runnable right now.
  1. Task 1Why tune
  2. Task 2Grid search
  3. Task 3Random search
  4. Task 4Validation curves
  5. Task 5Early stopping
  6. Task 6Tune a real model