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.01k stars 4.48k forks source link

change cost function to Sum of square error #2561

Open panand01 opened 3 months ago

panand01 commented 3 months ago

i want to change the cost function for error minimization. cost function i want to set is "sum of square error". How to do this?