-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
81 changed files
with
26,526 additions
and
234 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ | |
^README\.Rmd$ | ||
^doc$ | ||
^Meta$ | ||
^_pkgdown\.yml$ | ||
^docs$ | ||
^pkgdown$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# modeltime 0.0.0.9000 | ||
|
||
* Working on essential package functionality |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
destination: docs | ||
|
||
template: | ||
params: | ||
bootswatch: flatly | ||
ganalytics: UA-76139189-2 | ||
|
||
navbar: | ||
title: "modeltime" | ||
left: | ||
- icon: fa-home | ||
href: index.html | ||
- text: "Getting Started" | ||
href: articles/getting-started-with-modeltime.html | ||
- text: "Key Functions" | ||
href: reference/index.html | ||
- text: "Articles" | ||
href: articles/index.html | ||
menu: | ||
- text: 'Getting Started with Modeltime' | ||
href: articles/getting-started-with-modeltime.html | ||
- text: "News" | ||
href: news/index.html | ||
|
||
right: | ||
- icon: fa-github | ||
href: https://github.com/business-science/modeltime | ||
|
||
reference: | ||
- title: Modeltime Workflow | ||
desc: The main workflow functions for scalable time series modeling. | ||
contents: | ||
- modeltime_table | ||
- modeltime_calibrate | ||
- modeltime_forecast | ||
- starts_with("modeltime_") | ||
- starts_with("plot_modeltime") | ||
- default_forecast_accuracy_metric_set | ||
- title: Algorithms | ||
desc: The `parsnip`-adjacent algorithms that implement time series models. | ||
contents: | ||
- arima_reg | ||
- arima_boost | ||
- exp_smoothing | ||
- title: Parameters | ||
desc: The `dials` parameter functions that support hyperparameter tuning with `tune`. | ||
contents: | ||
- period | ||
- starts_with("non_seasonal") | ||
- error | ||
- title: Developer Tools | ||
desc: Tools for extending `modeltime`. | ||
contents: | ||
- new_modeltime_bridge | ||
- create_xreg_recipe | ||
- juice_xreg_recipe | ||
- parse_index_from_data | ||
- get_model_description | ||
- get_arima_description | ||
|
||
repo: | ||
url: | ||
home: https://github.com/business-science/modeltime | ||
source: https://github.com/business-science/modeltime/blob/master/ | ||
issue: https://github.com/business-science/modeltime/issues/ |
Oops, something went wrong.