HCrystal Ball¶
A library that unifies the API for most commonly used libraries
and modelling techniques for time-series forecasting in the Python ecosystem.
The library consists of two main parts:
Wrappers - which bring different 3rd party libraries to time series compatible sklearn API
Model Selection - to enable gridsearch over wrappers, general or custom made transformers and add convenient layer over whole process (access to results, plots, storage, …)
Quick Installation:¶
Install HCrystalBall
from pip
pip install hcrystalball
For full installation notes, see Installation
Contents:
API: