heidelbergcement / hcrystalball

A library that unifies the API for most commonly used libraries and modeling techniques for time-series forecasting in the Python ecosystem.
https://hcrystalball.readthedocs.io/
MIT License
152 stars 19 forks source link

Add support for multiple holiday columns and codes #39

Closed MichalChromcak closed 4 years ago

MichalChromcak commented 4 years ago

Allows using the two holiday transformers in a row to created holiday features for respective wrappers. Implemented also on model selector layer.

MichalChromcak commented 4 years ago

@pavelkrizek, @therhaag Please check/try it out and let me know if you have any points.