ankane / prophet-ruby

Time series forecasting for Ruby
MIT License
396 stars 11 forks source link

Huge bloat with dependencies #12

Closed webhive closed 2 years ago

webhive commented 2 years ago

Added it to project and found it bloated more than 1Gb

After some investigation found cmdstan gem which has tmp directory with more than 1Gb of code. May be it required, but really not sure about it.

ankane commented 2 years ago

Hey @webhive, thanks for the suggestion. Just pushed 0.3.0, which uses precompiled Stan models to significantly reduce space. Let me know if you run into any issues with it.