Skip to content

Commit

Permalink
Added vignette on exogenous variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
MMenchero committed May 29, 2024
1 parent e4cf466 commit 797aadf
Show file tree
Hide file tree
Showing 7 changed files with 2,596 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ nixtlar::nixtla_client_plot(df, nixtla_client_anomalies, id_col = "unique_id", p

# Features and Capabilities

`nixtlar` provides access to all of TimeGPT's features and capabilities, such as:
`nixtlar` provides access to TimeGPT's features and capabilities, such as:

- **Zero-shot Inference**: TimeGPT can generate forecasts and detect anomalies straight out of the box, requiring no prior training data. This allows for immediate deployment and quick insights from any time series data.

Expand All @@ -132,8 +132,9 @@ For comprehensive documentation, please refer to our vignettes, which cover a wi

- [Get started and set up your API key](https://nixtla.github.io/nixtlar/articles/get-started.html)
- [Do anomaly detection](https://nixtla.github.io/nixtlar/articles/anomaly-detection.html)
- [Generate historical forecasts](https://nixtla.github.io/nixtlar/articles/historical-forecast.html)
- [Perform time series cross-validation](https://nixtla.github.io/nixtlar/articles/cross-validation.html)
- [Use exogenous variables](https://nixtla.github.io/nixtlar/articles/exogenous-variables.html)
- [Generate historical forecasts](https://nixtla.github.io/nixtlar/articles/historical-forecast.html)

The documentation is an ongoing effort, and we are working on expanding its coverage.

Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ navbar:
- href: articles/anomaly-detection.html
- text: "Cross-Validation"
- href: articles/cross-validation.html
- text: "Exogenous Variables"
- href: articles/exogenous-variables.html
- text: "Historical Forecast"
- href: articles/historical-forecast.html
right:
Expand Down
Loading

0 comments on commit 797aadf

Please sign in to comment.