Hyperactive integrates with skforecast to tune forecasting models with any
Hyperactive optimizer.
| Use Case | Example |
|---|---|
Forecasting with SkforecastOptCV |
skforecast_example.py |
Install the optional integration dependency:
pip install hyperactive[skforecast-integration]Note
skforecast currently requires Python < 3.14.
The example below shows the sklearn-like fit/predict workflow with
SkforecastOptCV:
.. literalinclude:: ../../../examples/skforecast/skforecast_example.py :language: python
See :ref:`user_guide_integrations` for the full integration overview.