.. role:: hidden :class: hidden-section lightautoml.ml_algo.tuning ========================== Bunch of classes for hyperparameters tuning. Base Classes ------------------------ .. currentmodule:: lightautoml.ml_algo.tuning.base .. autosummary:: :toctree: ./generated :nosignatures: :template: classtemplate.rst ParamsTuner DefaultTuner Tuning with Optuna ------------------ .. currentmodule:: lightautoml.ml_algo.tuning.optuna .. autosummary:: :toctree: ./generated :nosignatures: :template: classtemplate.rst OptunaTuner DLOptunaTuner