felipeangelimvieira / prophetverse

A multiverse of Prophet models for timeseries
https://prophetverse.com
Apache License 2.0
33 stars 3 forks source link

[DOCS] Getting started #96

Closed felipeffm closed 4 months ago

felipeffm commented 4 months ago

I think a smother introduction to the library with examples can help new user get used with prophet verse interface.

Suggestion: Create a getting started guide briefly explaining how to apply the methods, the bigger picture of the main parameters, andreference the notebooks with examples.

├── 1-univariate_prediction.md ├── 1.1-change_priors.md ├── 1.2-exogenous_variables copy.md ├── 1.3-non_linear_exogenous_variables.md

├── 2-multivariate_prediction.md ├── 2.1-change_priors.md ├── 2.2-exogenous_variables.md ├── 2.3-non_linear_exogenous_variables copy.md ├── 2.4-shared_coefficients.md

└── 5-hierarchical-forecasting.md

├── 4-optimization.md