| { | |
| "model": "Prophet", | |
| "parameters": { | |
| "changepoint_prior_scale": 0.001, | |
| "seasonality_prior_scale": 10.0, | |
| "holidays_prior_scale": 10.0, | |
| "yearly_seasonality": true, | |
| "weekly_seasonality": true, | |
| "daily_seasonality": false | |
| }, | |
| "holidays_count": 154, | |
| "metrics": { | |
| "name": "Prophet", | |
| "rmse": 3714.7204444818253, | |
| "mae": 2975.5260784165544, | |
| "mape": 6.677639222608256 | |
| } | |
| } |