Skip to content

Commit

Permalink
[timeseries] Minor fixes to time series tutorial notebooks (#4176)
Browse files Browse the repository at this point in the history
  • Loading branch information
shchur committed May 7, 2024
1 parent 84999da commit 7e30e5f
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1,340 deletions.
8 changes: 5 additions & 3 deletions docs/tutorials/timeseries/forecasting-chronos.ipynb
Expand Up @@ -23,11 +23,13 @@
"execution_count": null,
"metadata": {
"tags": [
"remove-cell"
"remove-cell",
"skip-execution"
]
},
"outputs": [],
"source": [
"# We use uv for faster installation\n",
"!pip install uv\n",
"!uv pip install -q autogluon.timeseries --system\n",
"!uv pip uninstall -q torchaudio torchvision torchtext --system # fix incompatible package versions on Colab"
Expand Down Expand Up @@ -257,7 +259,7 @@
" predictions=predictions, \n",
" item_ids=[\"H1\", \"H2\"],\n",
" max_history_length=200,\n",
")"
");"
]
},
{
Expand Down Expand Up @@ -333,7 +335,7 @@
"metadata": {},
"outputs": [],
"source": [
"!uv pip install -q \"autogluon.timeseries[chronos-openvino]\" --system"
"!pip install -q \"autogluon.timeseries[chronos-openvino]\""
]
},
{
Expand Down

0 comments on commit 7e30e5f

Please sign in to comment.