Spaces:
Runtime error
Runtime error
File size: 28,980 Bytes
a217ce1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 |
model_cards = dict(
nhitsm={
"Abstract": (
"The N-HiTS_M incorporates hierarchical interpolation and multi-rate data sampling "
"techniques. It assembles its predictions sequentially, selectively emphasizing "
"components with different frequencies and scales, while decomposing the input signal "
" and synthesizing the forecast [Cristian Challu, Kin G. Olivares, Boris N. Oreshkin, "
"Federico Garza, Max Mergenthaler-Canseco, Artur Dubrawski. N-HiTS: Neural "
"Hierarchical Interpolation for Time Series Forecasting, Submitted working paper.]"
"(https://arxiv.org/abs/2201.12886)"
),
"Intended use": (
"The N-HiTS_M model specializes in monthly long-horizon forecasting by improving "
"accuracy and reducing the training time and memory requirements of the model."
),
"Secondary use": (
"The interpretable predictions of the model produce a natural frequency time "
"series signal decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-HiTS_{M} to monthly data were it was pre-trained. "
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-HiTS_M was trained on 48,000 monthly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@article{challu2022nhits,\n "
"author = {Cristian Challu and \n"
" Kin G. Olivares and \n"
" Boris N. Oreshkin and \n"
" Federico Garza and \n"
" Max Mergenthaler and \n"
" Artur Dubrawski}, \n "
"title = {N-HiTS: Neural Hierarchical Interpolation for Time Series Forecasting},\n "
"journal = {Computing Research Repository},\n "
"volume = {abs/2201.12886},\n "
"year = {2022},\n "
"url = {https://arxiv.org/abs/2201.12886},\n "
"eprinttype = {arXiv},\n "
"eprint = {2201.12886},\n "
"biburl = {https://dblp.org/rec/journals/corr/abs-2201-12886.bib}\n}"
),
},
nhitsh={
"Abstract": (
"The N-HiTS_{H} incorporates hierarchical interpolation and multi-rate data sampling "
"techniques. It assembles its predictions sequentially, selectively emphasizing "
"components with different frequencies and scales, while decomposing the input signal "
" and synthesizing the forecast [Cristian Challu, Kin G. Olivares, Boris N. Oreshkin, "
"Federico Garza, Max Mergenthaler-Canseco, Artur Dubrawski. N-HiTS: Neural "
"Hierarchical Interpolation for Time Series Forecasting, Submitted working paper.]"
"(https://arxiv.org/abs/2201.12886)"
),
"Intended use": (
"The N-HiTS_{H} model specializes in hourly long-horizon forecasting by improving "
"accuracy and reducing the training time and memory requirements of the model."
),
"Secondary use": (
"The interpretable predictions of the model produce a natural frequency time "
"series signal decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-HiTS_{H} to hourly data were it was pre-trained. "
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-HiTS_{H} was trained on 414 hourly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@article{challu2022nhits,\n "
"author = {Cristian Challu and \n"
" Kin G. Olivares and \n"
" Boris N. Oreshkin and \n"
" Federico Garza and \n"
" Max Mergenthaler and \n"
" Artur Dubrawski}, \n "
"title = {N-HiTS: Neural Hierarchical Interpolation for Time Series Forecasting},\n "
"journal = {Computing Research Repository},\n "
"volume = {abs/2201.12886},\n "
"year = {2022},\n "
"url = {https://arxiv.org/abs/2201.12886},\n "
"eprinttype = {arXiv},\n "
"eprint = {2201.12886},\n "
"biburl = {https://dblp.org/rec/journals/corr/abs-2201-12886.bib}\n}"
),
},
nhitsd={
"Abstract": (
"The N-HiTS_D incorporates hierarchical interpolation and multi-rate data sampling "
"techniques. It assembles its predictions sequentially, selectively emphasizing "
"components with different frequencies and scales, while decomposing the input signal "
" and synthesizing the forecast [Cristian Challu, Kin G. Olivares, Boris N. Oreshkin, "
"Federico Garza, Max Mergenthaler-Canseco, Artur Dubrawski. N-HiTS: Neural "
"Hierarchical Interpolation for Time Series Forecasting, Submitted working paper.]"
"(https://arxiv.org/abs/2201.12886)"
),
"Intended use": (
"The N-HiTS_D model specializes in daily long-horizon forecasting by improving "
"accuracy and reducing the training time and memory requirements of the model."
),
"Secondary use": (
"The interpretable predictions of the model produce a natural frequency time "
"series signal decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-HiTS_D to daily data were it was pre-trained. "
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-HiTS_D was trained on 4,227 daily series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@article{challu2022nhits,\n "
"author = {Cristian Challu and \n"
" Kin G. Olivares and \n"
" Boris N. Oreshkin and \n"
" Federico Garza and \n"
" Max Mergenthaler and \n"
" Artur Dubrawski}, \n "
"title = {N-HiTS: Neural Hierarchical Interpolation for Time Series Forecasting},\n "
"journal = {Computing Research Repository},\n "
"volume = {abs/2201.12886},\n "
"year = {2022},\n "
"url = {https://arxiv.org/abs/2201.12886},\n "
"eprinttype = {arXiv},\n "
"eprint = {2201.12886},\n "
"biburl = {https://dblp.org/rec/journals/corr/abs-2201-12886.bib}\n}"
),
},
nhitsy={
"Abstract": (
"The N-HiTS_Y incorporates hierarchical interpolation and multi-rate data sampling "
"techniques. It assembles its predictions sequentially, selectively emphasizing "
"components with different frequencies and scales, while decomposing the input signal "
" and synthesizing the forecast [Cristian Challu, Kin G. Olivares, Boris N. Oreshkin, "
"Federico Garza, Max Mergenthaler-Canseco, Artur Dubrawski. N-HiTS: Neural "
"Hierarchical Interpolation for Time Series Forecasting, Submitted working paper.]"
"(https://arxiv.org/abs/2201.12886)"
),
"Intended use": (
"The N-HiTS_Y model specializes in yearly long-horizon forecasting by improving "
"accuracy and reducing the training time and memory requirements of the model."
),
"Secondary use": (
"The interpretable predictions of the model produce a natural frequency time "
"series signal decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-HiTS_Y to yearly data were it was pre-trained. "
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-HiTS_{H} was trained on 23,000 yearly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@article{challu2022nhits,\n "
"author = {Cristian Challu and \n"
" Kin G. Olivares and \n"
" Boris N. Oreshkin and \n"
" Federico Garza and \n"
" Max Mergenthaler and \n"
" Artur Dubrawski}, \n "
"title = {N-HiTS: Neural Hierarchical Interpolation for Time Series Forecasting},\n "
"journal = {Computing Research Repository},\n "
"volume = {abs/2201.12886},\n "
"year = {2022},\n "
"url = {https://arxiv.org/abs/2201.12886},\n "
"eprinttype = {arXiv},\n "
"eprint = {2201.12886},\n "
"biburl = {https://dblp.org/rec/journals/corr/abs-2201-12886.bib}\n}"
),
},
nbeatsm={
"Abstract": (
"The N-BEATS_M models is a model based on a deep stack multi-layer percentrons connected"
"with doubly residual connections. The model combines a multi-step forecasting strategy "
"with projections unto piecewise functions for its generic version or polynomials and "
"harmonics for its interpretable version. [Boris N. Oreshkin, Dmitri Carpov, Nicolas "
"Chapados, Yoshua Bengio. N-BEATS: Neural basis expansion analysis for interpretable "
"time series forecasting. 8th International Conference on Learning Representations, "
"ICLR 2020.](https://arxiv.org/abs/1905.10437)"
),
"Intended use": (
"The N-BEATS_M is an efficient univariate forecasting model specialized in monthly "
"data, that uses the multi-step forecasting strategy."
),
"Secondary use": (
"The interpretable variant of N-BEATSi_M produces a trend and seasonality "
"decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-BEATS_M to monthly data were it was pre-trained."
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-BEATS_M was trained on 48,000 monthly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@inproceedings{oreshkin2020nbeats,\n "
"author = {Boris N. Oreshkin and \n"
" Dmitri Carpov and \n"
" Nicolas Chapados and\n"
" Yoshua Bengio},\n "
"title = {{N-BEATS:} Neural basis expansion analysis for interpretable time series forecasting},\n "
"booktitle = {8th International Conference on Learning Representations, {ICLR} 2020},\n "
"year = {2020},\n "
"url = {https://openreview.net/forum?id=r1ecqn4YwB}\n }"
),
},
nbeatsh={
"Abstract": (
"The N-BEATS_H models is a model based on a deep stack multi-layer percentrons connected"
"with doubly residual connections. The model combines a multi-step forecasting strategy "
"with projections unto piecewise functions for its generic version or polynomials and "
"harmonics for its interpretable version. [Boris N. Oreshkin, Dmitri Carpov, Nicolas "
"Chapados, Yoshua Bengio. N-BEATS: Neural basis expansion analysis for interpretable "
"time series forecasting. 8th International Conference on Learning Representations, "
"ICLR 2020.](https://arxiv.org/abs/1905.10437)"
),
"Intended use": (
"The N-BEATS_H is an efficient univariate forecasting model specialized in hourly "
"data, that uses the multi-step forecasting strategy."
),
"Secondary use": (
"The interpretable variant of N-BEATSi_H produces a trend and seasonality "
"decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-BEATS_H to hourly data were it was pre-trained."
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-BEATS_H was trained on 414 hourly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@inproceedings{oreshkin2020nbeats,\n "
"author = {Boris N. Oreshkin and \n"
" Dmitri Carpov and \n"
" Nicolas Chapados and\n"
" Yoshua Bengio},\n "
"title = {{N-BEATS:} Neural basis expansion analysis for interpretable time series forecasting},\n "
"booktitle = {8th International Conference on Learning Representations, {ICLR} 2020},\n "
"year = {2020},\n "
"url = {https://openreview.net/forum?id=r1ecqn4YwB}\n }"
),
},
nbeatsd={
"Abstract": (
"The N-BEATS_D models is a model based on a deep stack multi-layer percentrons connected"
"with doubly residual connections. The model combines a multi-step forecasting strategy "
"with projections unto piecewise functions for its generic version or polynomials and "
"harmonics for its interpretable version. [Boris N. Oreshkin, Dmitri Carpov, Nicolas "
"Chapados, Yoshua Bengio. N-BEATS: Neural basis expansion analysis for interpretable "
"time series forecasting. 8th International Conference on Learning Representations, "
"ICLR 2020.](https://arxiv.org/abs/1905.10437)"
),
"Intended use": (
"The N-BEATS_D is an efficient univariate forecasting model specialized in hourly "
"data, that uses the multi-step forecasting strategy."
),
"Secondary use": (
"The interpretable variant of N-BEATSi_D produces a trend and seasonality "
"decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-BEATS_D to daily data were it was pre-trained."
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-BEATS_D was trained on 4,227 daily series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@inproceedings{oreshkin2020nbeats,\n "
"author = {Boris N. Oreshkin and \n"
" Dmitri Carpov and \n"
" Nicolas Chapados and\n"
" Yoshua Bengio},\n "
"title = {{N-BEATS:} Neural basis expansion analysis for interpretable time series forecasting},\n "
"booktitle = {8th International Conference on Learning Representations, {ICLR} 2020},\n "
"year = {2020},\n "
"url = {https://openreview.net/forum?id=r1ecqn4YwB}\n }"
),
},
nbeatsw={
"Abstract": (
"The N-BEATS_W models is a model based on a deep stack multi-layer percentrons connected"
"with doubly residual connections. The model combines a multi-step forecasting strategy "
"with projections unto piecewise functions for its generic version or polynomials and "
"harmonics for its interpretable version. [Boris N. Oreshkin, Dmitri Carpov, Nicolas "
"Chapados, Yoshua Bengio. N-BEATS: Neural basis expansion analysis for interpretable "
"time series forecasting. 8th International Conference on Learning Representations, "
"ICLR 2020.](https://arxiv.org/abs/1905.10437)"
),
"Intended use": (
"The N-BEATS_W is an efficient univariate forecasting model specialized in weekly "
"data, that uses the multi-step forecasting strategy."
),
"Secondary use": (
"The interpretable variant of N-BEATSi_W produces a trend and seasonality "
"decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-BEATS_W to weekly data were it was pre-trained."
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-BEATS_W was trained on 359 weekly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@inproceedings{oreshkin2020nbeats,\n "
"author = {Boris N. Oreshkin and \n"
" Dmitri Carpov and \n"
" Nicolas Chapados and\n"
" Yoshua Bengio},\n "
"title = {{N-BEATS:} Neural basis expansion analysis for interpretable time series forecasting},\n "
"booktitle = {8th International Conference on Learning Representations, {ICLR} 2020},\n "
"year = {2020},\n "
"url = {https://openreview.net/forum?id=r1ecqn4YwB}\n }"
),
},
nbeatsy={
"Abstract": (
"The N-BEATS_Y models is a model based on a deep stack multi-layer percentrons connected"
"with doubly residual connections. The model combines a multi-step forecasting strategy "
"with projections unto piecewise functions for its generic version or polynomials and "
"harmonics for its interpretable version. [Boris N. Oreshkin, Dmitri Carpov, Nicolas "
"Chapados, Yoshua Bengio. N-BEATS: Neural basis expansion analysis for interpretable "
"time series forecasting. 8th International Conference on Learning Representations, "
"ICLR 2020.](https://arxiv.org/abs/1905.10437)"
),
"Intended use": (
"The N-BEATS_Y is an efficient univariate forecasting model specialized in hourly "
"data, that uses the multi-step forecasting strategy."
),
"Secondary use": (
"The interpretable variant of N-BEATSi_Y produces a trend and seasonality "
"decomposition."
),
"Limitations": (
"The transferability across different frequencies has not yet been tested, it is "
"advisable to restrict the use of N-BEATS_Y to yearly data were it was pre-trained."
"This model purely autorregresive, transferability of models with exogenous variables "
"is yet to be done."
),
"Training data": (
"N-BEATS_Y was trained on 23,000 yearly series from the M4 competition "
"[Spyros Makridakis, Evangelos Spiliotis, and Vassilios Assimakopoulos. The "
" M4 competition: 100,000 time series and 61 forecasting methods. International "
"Journal of Forecasting, 36(1):54β74, 2020. ISSN 0169-2070.]"
"(https://www.sciencedirect.com/science/article/pii/S0169207019301128)"
),
"Citation Info": (
"@inproceedings{oreshkin2020nbeats,\n "
"author = {Boris N. Oreshkin and \n"
" Dmitri Carpov and \n"
" Nicolas Chapados and\n"
" Yoshua Bengio},\n "
"title = {{N-BEATS:} Neural basis expansion analysis for interpretable time series forecasting},\n "
"booktitle = {8th International Conference on Learning Representations, {ICLR} 2020},\n "
"year = {2020},\n "
"url = {https://openreview.net/forum?id=r1ecqn4YwB}\n }"
),
},
arima={
"Abstract": (
"The AutoARIMA model is a classic autoregressive model that automatically explores ARIMA"
"models with a step-wise algorithm using Akaike Information Criterion. It applies to "
"seasonal and non-seasonal data and has a proven record in the M3 forecasting competition. "
"An efficient open-source version of the model was only available in R but is now also "
"available in Python. [StatsForecast: Lightning fast forecasting with statistical and "
"econometric models](https://github.com/Nixtla/statsforecast)."
),
"Intended use": (
"The AutoARIMA is an univariate forecasting model, intended to produce automatic "
"predictions for large numbers of time series."
),
"Secondary use": (
"It is a classical model and is an almost obligated forecasting baseline."
),
"Limitations": (
"ARIMA model uses a recurrent prediction strategy. It concatenates errors on long "
"horizon forecasting settings. It is a fairly simple model that does not model "
"non-linear relationships."
),
"Training data": (
"The AutoARIMA is a univariate model that uses only autorregresive data from "
"the target variable."
),
"Citation Info": (
"@article{hyndman2008auto_arima,"
"title={Automatic Time Series Forecasting: The forecast Package for R},\n"
"author={Hyndman, Rob J. and Khandakar, Yeasmin},\n"
"volume={27},\n"
"url={https://www.jstatsoft.org/index.php/jss/article/view/v027i03},\n"
"doi={10.18637/jss.v027.i03},\n"
"number={3},\n"
"journal={Journal of Statistical Software},\n"
"year={2008},\n"
"pages={1β22}\n"
"}"
),
},
exp_smoothing={
"Abstract": (
"Exponential smoothing is a classic technique using exponential window functions, "
"and one of the most successful forecasting methods. It has a long history, the "
"name was coined by Charles C. Holt. [Holt, Charles C. (1957). Forecasting Trends "
'and Seasonal by Exponentially Weighted Averages". Office of Naval Research '
"Memorandum.](https://www.sciencedirect.com/science/article/abs/pii/S0169207003001134)."
),
"Intended use": (
"Simple variants of exponential smoothing can serve as an efficient baseline method."
),
"Secondary use": (
"The exponential smoothing method can also act as a low-pass filter removing "
"high-frequency noise. "
),
"Limitations": (
"The method can face limitations if the series show strong discontinuities, or if "
"the high-frequency components are an important part of the predicted signal."
),
"Training data": (
"Just like the ARIMA method, exponential smoothing uses only autorregresive data "
" from the target variable."
),
"Citation Info": (
"@article{holt1957exponential_smoothing, \n"
"title = {Forecasting seasonals and trends by exponentially weighted moving averages},\n"
"author = {Charles C. Holt},\n"
"journal = {International Journal of Forecasting},\n"
"volume = {20},\n"
"number = {1},\n"
"pages = {5-10}\n,"
"year = {2004(1957)},\n"
"issn = {0169-2070},\n"
"doi = {https://doi.org/10.1016/j.ijforecast.2003.09.015},\n"
"url = {https://www.sciencedirect.com/science/article/pii/S0169207003001134},\n"
"}"
),
},
prophet={
"Abstract": (
"Prophet is a widely used forecasting method. Prophet is a nonlinear regression model."
),
"Intended use": ("Prophet can serve as a baseline method."),
"Secondary use": (
"The Prophet model is also useful for time series decomposition."
),
"Limitations": (
"The method can face limitations if the series show strong discontinuities, or if "
"the high-frequency components are an important part of the predicted signal."
),
"Training data": (
"Just like the ARIMA method and exponential smoothing, Prophet uses only autorregresive data "
" from the target variable."
),
"Citation Info": (
"@article{doi:10.1080/00031305.2017.1380080,\n"
"author = {Sean J. Taylor and Benjamin Letham},\n"
"title = {Forecasting at Scale},\n"
"journal = {The American Statistician},\n"
"volume = {72},\n"
"number = {1},\n"
"pages = {37-45},\n"
"year = {2018},\n"
"publisher = {Taylor & Francis},\n"
"doi = {10.1080/00031305.2017.1380080},\n"
"URL = {https://doi.org/10.1080/00031305.2017.1380080},\n"
"eprint = {https://doi.org/10.1080/00031305.2017.1380080},\n"
"}"
),
},
)
|