Skip to content

Reference

Technical reference material for Yohou. These pages provide precise, information-oriented descriptions of the package's API surface, datasets, configuration options, and release history.

API Reference

Complete documentation for every public module, class, method, and function. See the API Reference section.

Supporting Reference

  • Changelog: Release history for every published version, newest first.
  • Data Catalog: Bundled datasets available in yohou.datasets. Each dataset is downloaded on first use and cached locally as Parquet files. The cache directory defaults to ~/yohou_data/ and can be changed via the data_home parameter or the YOHOU_DATA environment variable.
  • Extensions: Extension packages add forecasters, metrics, and integrations to Yohou. This page lists all official and community extensions, and documents the base classes available for building custom components.
  • Tags: Tags are class-level dictionaries (_tags) that describe component capabilities. For an explanation of tag resolution, MRO merging, and dynamic tags, see Extending Yohou.