Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
venv/
notebooks/lightning_logs/*
uv.lock
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.13
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,7 @@ To clone the repository locally:
3. Install the requirements:
`pip install -r requirements`
4. If using jupyter: make the environment available in jupyter:
`python -m ipykernel install --user --name=sktime_pydata`
`python -m ipykernel install --user --name=sktime_pydata`

### Using uv
Just run: `uv sync`
12 changes: 6 additions & 6 deletions notebooks/01_introduction.ipynb

Large diffs are not rendered by default.

255 changes: 139 additions & 116 deletions notebooks/02_advanced_forecasting.ipynb

Large diffs are not rendered by default.

342 changes: 129 additions & 213 deletions notebooks/03_benchmarking_forecasters.ipynb

Large diffs are not rendered by default.

10 changes: 8 additions & 2 deletions notebooks/04_outro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"\n",
"* Tutorials on binder https://mybinder.org/v2/gh/sktime/sktime/main?filepath=examples \n",
"* Video intros https://www.youtube.com/playlist?list=PLKs3UgGjlWHqNzu0LEOeLKvnjvvest2d0\n",
"* `pip install sktime` or `conda install sktime`"
"* `pip install sktime` or `conda install sktime` or `uv add sktime`"
]
},
{
Expand Down Expand Up @@ -53,8 +53,14 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "tutorial-haicon-prologue-day",
"language": "python",
"name": "python3"
},
"language_info": {
"name": "python"
"name": "python",
"version": "3.13.3"
}
},
"nbformat": 4,
Expand Down
1 change: 1 addition & 0 deletions notebooks/energy_benchmarking.json

Large diffs are not rendered by default.

23 changes: 23 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
[project]
name = "tutorial-haicon-prologue-day"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.8.1",
"einops>=0.8.1",
"gluonts>=0.16.2",
"hf-xet>=1.1.10",
"hydra-core>=1.3.2",
"ipykernel>=6.29.5",
"ipywidgets>=8.1.7",
"litmodels>=0.1.8",
"matplotlib>=3.10.3",
"orjson>=3.10.18",
"pytorch-forecasting>=1.4.0",
"seaborn>=0.13.2",
"sktime>=0.39.0",
"statsmodels>=0.14.5",
"transformers>=4.53.1",
]
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sktime[dl]
git+https://github.com/sktime/sktime.git@main
matplotlib
seaborn
statsmodels
statsmodels
litmodels