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 random states to examples and model selection configuration #58

Closed MichalChromcak closed 3 years ago

MichalChromcak commented 3 years ago

fixes #53

MichalChromcak commented 3 years ago

@pavelkrizek I updated examples with random_state=42 for the affected models and added the same for get_gridsearch. Any idea of drawbacks? It seems it's a minimal thing we could do to have reproducible results.