Skip to content

Commit

Permalink
Add workflow example for time series forecasting (#255)
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Tomlinson <[email protected]>
  • Loading branch information
hcho3 and jacobtomlinson authored Oct 10, 2023
1 parent 7722303 commit 6d49336
Show file tree
Hide file tree
Showing 3 changed files with 8,034 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"rapids_admonitions",
]

myst_enable_extensions = ["colon_fence"]
myst_enable_extensions = ["colon_fence", "dollarmath"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions source/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ rapids-ec2-mnmg/notebook
rapids-autoscaling-multi-tenant-kubernetes/notebook
xgboost-randomforest-gpu-hpo-dask/notebook
rapids-azureml-hpo/notebook
time-series-forecasting-with-hpo/notebook
xgboost-rf-gpu-cpu-benchmark/notebook
```
Loading

0 comments on commit 6d49336

Please sign in to comment.