How to Install Yohou¶
This guide shows you how to install Yohou and its optional extras.
Install Yohou¶
Plotting Extra¶
For Plotly-based visualization, install the plotting optional extra:
Core Yohou works without plotly installed. The plotting extra adds plotly and
plotly-resampler for interactive charts.
Note
plotly-resampler depends on tsdownsample, which does not yet ship
Python 3.14 wheels. On Python 3.14, install without resampler support or
disable it at runtime:
Verify Installation¶
Development Setup¶
To contribute to Yohou or install from source:
Optional Packages¶
yohou-optuna adds OptunaSearchCV for Bayesian hyperparameter optimization. yohou-nixtla wraps the Nixtla statsforecast, mlforecast, and neuralforecast model families into Yohou's API. See Extensions for installation and usage details.
Python Version Support¶
Yohou supports Python 3.11, 3.12, 3.13, and 3.14.
See Also¶
With Yohou installed, head to Getting Started to load a dataset and fit your first forecaster.