facebook / prophet

Tool for producing high quality forecasts for time series data that has multiple seasonality with linear or non-linear growth.
https://facebook.github.io/prophet
MIT License
18.39k stars 4.53k forks source link

Running prophet result in a lot of files, how can i stop it from writing this files? is it a necessary process to writing these files? #2344

Open wdongdongde opened 1 year ago

wdongdongde commented 1 year ago
image image image
tcuongd commented 1 year ago

This is how cmdstan (which is what cmdstanpy provides a wrapper for) works. Once the program exits, the files should be deleted. There's probably an optimisation we could make to delete after fitting instead of when the program exits, and this would help with reducing temp file usage for use caes like cross-validation.