kamil-kaczmarek / ray-tune-micro-tutorial

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

Home Page:https://docs.ray.io/en/latest/tune/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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?

About

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

https://docs.ray.io/en/latest/tune/index.html

License:MIT License


Languages

Language:Jupyter Notebook 85.4%Language:Python 14.6%