Skip to content

Commit d800b2d

Browse files
authored
Making short version of the tutorial (#1)
1 parent b69d3e0 commit d800b2d

26 files changed

Lines changed: 5392 additions & 7712 deletions

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,8 @@ jupyterlite/.jupyterlite.doit.db
9090

9191
# requests cache for weather data download
9292
.cache.sqlite
93+
94+
# Slides files
95+
content/slides/_freeze/
96+
content/slides/_site/
97+

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# Tutorial on Forecasting with Machine Learning
1+
# Tutorial on Skrub DataOps applied to forecasting timeseries
22

33
## Browse the contents online
44

55
- [![Launch JupyterLite](./book/images/jupyterbook_badge.svg 'Our JupyterBook
6-
website')](https://probabl-ai.github.io/forecasting/)
6+
website')](skrub-data.org/EuroSciPy2025/)
77
Static HTML with precomputed results.
88

99
- [![Launch JupyterLite](./book/images/jupyterlite_badge.svg 'Our JupyterLite
10-
website')](https://probabl-ai.github.io/forecasting/jupyterlite/lab)
10+
website')](skrub-data.org/EuroSciPy2025/jupyterlite/lab)
1111
In-browser interactive execution environment, no install needed.
1212

1313
## Local setup

book/_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Book settings
22
# Learn more at https://jupyterbook.org/customize/config.html
33

4-
title: Forecasting with machine learning
5-
author: Guillaume Lemaitre & Olivier Grisel
4+
title: Skrub DataOps applied to forecasting timeseries
5+
author: Guillaume Lemaitre & Olivier Grisel & Riccardo Cappuzzo
66
logo: logo.svg
77

88
# Force re-execution of notebooks on each build.
@@ -22,7 +22,7 @@ bibtex_bibfiles:
2222

2323
# Information about where the book exists on the web
2424
repository:
25-
url: https://github.com/probabl-ai/forecasting
25+
url: https://github.com/skrub-data/EuroSciPy2025
2626
path_to_book: book
2727
branch: main
2828

book/_toc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ format: jb-book
55
root: intro
66
parts:
77

8-
- caption: Forecasting with Machine Learning
8+
- caption: Skrub DataOps applied to forecasting timeseries
99
chapters:
1010
- file: content/notebooks/fetch_weather_data
1111
- file: content/notebooks/feature_engineering
1212
- file: content/notebooks/single_horizon_prediction
13-
- file: content/notebooks/multiple_horizons_prediction
14-
- file: content/notebooks/prediction_intervals
15-
- file: content/notebooks/direct_vs_recursive_forecasting

book/intro.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
# Forecasting with machine learning
1+
# Skrub DataOps applied to forecasting timeseries
22

3-
This tutorial introduces how to use machine learning to forecast time series data.
3+
This tutorial introduces the `skrub`
4+
[DataOps](https://skrub-data.org/stable/userguide_data_ops.html) to a forecasting
5+
timeseries use case.
46

57
## Table of contents
68

79
### Slides
810

9-
### Notebooks [![Launch JupyterLite](/images/jupyterlite_badge.svg 'Our JupyterLite website')](https://probabl-ai.github.io/forecasting/jupyterlite/lab)
11+
### Notebooks [![Launch JupyterLite](/images/jupyterlite_badge.svg 'Our JupyterLite website')](https://skrub-data.org/EuroSciPy2025/jupyterlite/lab)
1012

1113
```{tableofcontents}
1214
```

book/logo.svg

Lines changed: 77 additions & 23 deletions
Loading

book/references.bib

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)