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

[BUG] Loading of ModelSelector does not correctly bring back the country column #54

Closed MichalChromcak closed 3 years ago

MichalChromcak commented 3 years ago

Describe the bug When loading the model selector from the stored path, the country code column is set always to None regardless of the

To Reproduce TBD

Expected behavior The Country code column is correctly set, if not possible provide a warning at least.

Screenshots N/A

Additional context N/A