Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.86 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.86 KB

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?