Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
achoum committed Jun 11, 2024
1 parent b65938c commit 576f1be
Show file tree
Hide file tree
Showing 4 changed files with 6,080 additions and 0 deletions.
61 changes: 61 additions & 0 deletions docs/src/tutorials/tutorial_scipy2024_part1.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "4c11a823-27a3-43a5-8b37-a0284a4a1cb5",
"metadata": {},
"source": [
"# Part 1: Introduction"
]
},
{
"cell_type": "markdown",
"id": "3cbdb898-0bc2-4080-b441-3bb35e477a08",
"metadata": {},
"source": [
"## Preparation"
]
},
{
"cell_type": "code",
"execution_count": 4,
"id": "8cf311cf-99e6-4be3-a192-40ea2524d5be",
"metadata": {},
"outputs": [],
"source": [
"!pip install temporian pandas numpy \"matplotlib<3.9.0\" ydf seaborn matplotlib statsmodels statsforecast bokeh keras prophet sktime pmdarima hierarchicalforecast -q -U"
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "e39db004-353d-4db7-aefd-47df79aae01c",
"metadata": {},
"outputs": [],
"source": [
"Download datasets"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
}
},
"nbformat": 4,
"nbformat_minor": 5
}
1,023 changes: 1,023 additions & 0 deletions docs/src/tutorials/tutorial_scipy2024_part2.ipynb

Large diffs are not rendered by default.

4,963 changes: 4,963 additions & 0 deletions docs/src/tutorials/tutorial_scipy2024_part3.ipynb

Large diffs are not rendered by default.

33 changes: 33 additions & 0 deletions docs/src/tutorials/tutorial_scipy2024_part4.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"cells": [
{
"cell_type": "markdown",
"id": "7a7aadd9-5fee-48d5-8231-2d38255af726",
"metadata": {},
"source": [
"## Part 4: Deep Learning Forecasting"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.8"
}
},
"nbformat": 4,
"nbformat_minor": 5
}

0 comments on commit 576f1be

Please sign in to comment.