Skip to content

Micro tutorial on how to run and scale HPO with LightGBM and Tune

License

Notifications You must be signed in to change notification settings

kamil-kaczmarek/ray-tune-micro-tutorial

Repository files navigation

Micro tutorial on how to run and scale hyperparameter optimization with LightGBM and Tune

tune_overview

It is for you if:

  • you model structured data using LightGBM (classification or regression tasks).
  • want to run or scale hyperparameter optimization in your project.
  • Looking around for quick ways to try hyperparameter optimization in your project.

What will you do?

  • Run hyperparameter tuning with LightGBM on the structured data.
  • Configure scheduler for more efficient tuning.

What will you learn?

  • Few bits about Ray and Tune fundamentals.
  • How to use Tune to run hyperparameter optimization - quick start.
  • Few more bits about scheduler - to better define how tuning should progress.

Where to start?

What to do next?

How to connect with community, learn more, join other trainings?