Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1 KB

File metadata and controls

48 lines (29 loc) · 1 KB

Skforecast Integration

Hyperactive integrates with skforecast to tune forecasting models with any Hyperactive optimizer.

Example File

Use Case Example
Forecasting with SkforecastOptCV skforecast_example.py

Skforecast Installation

Install the optional integration dependency:

pip install hyperactive[skforecast-integration]

Note

skforecast currently requires Python < 3.14.

Usage Overview

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.