The :mod:`hyperactive.experiment.integrations` module contains experiment classes for integration with machine learning frameworks.
These experiments provide seamless hyperparameter optimization for scikit-learn, sktime, skpro, PyTorch Lightning, and LightGBM models.
Cross-validation experiments for scikit-learn estimators.
.. currentmodule:: hyperactive.experiment.integrations
.. autosummary::
:toctree: auto_generated/
:template: class.rst
SklearnCvExperiment
Experiments for sktime time series models.
.. autosummary::
:toctree: auto_generated/
:template: class.rst
SktimeClassificationExperiment
SktimeForecastingExperiment
Experiments for skpro probabilistic regression models.
.. autosummary::
:toctree: auto_generated/
:template: class.rst
SkproProbaRegExperiment
Experiments for PyTorch Lightning models.
.. autosummary::
:toctree: auto_generated/
:template: class.rst
TorchExperiment
Cross-validation experiments for LightGBM estimators.
.. autosummary::
:toctree: auto_generated/
:template: class.rst
LightGBMExperiment