Skip to content
Merged
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
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ jupyterlite/.jupyterlite.doit.db

# requests cache for weather data download
.cache.sqlite

# Slides files
content/slides/_freeze/
content/slides/_site/

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Tutorial on Forecasting with Machine Learning
# Tutorial on Skrub DataOps applied to forecasting timeseries

## Browse the contents online

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

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

## Local setup
Expand Down
6 changes: 3 additions & 3 deletions book/_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Book settings
# Learn more at https://jupyterbook.org/customize/config.html

title: Forecasting with machine learning
author: Guillaume Lemaitre & Olivier Grisel
title: Skrub DataOps applied to forecasting timeseries
author: Guillaume Lemaitre & Olivier Grisel & Riccardo Cappuzzo
logo: logo.svg

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

# Information about where the book exists on the web
repository:
url: https://github.com/probabl-ai/forecasting
url: https://github.com/skrub-data/EuroSciPy2025
path_to_book: book
branch: main

Expand Down
5 changes: 1 addition & 4 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ format: jb-book
root: intro
parts:

- caption: Forecasting with Machine Learning
- caption: Skrub DataOps applied to forecasting timeseries
chapters:
- file: content/notebooks/fetch_weather_data
- file: content/notebooks/feature_engineering
- file: content/notebooks/single_horizon_prediction
- file: content/notebooks/multiple_horizons_prediction
- file: content/notebooks/prediction_intervals
- file: content/notebooks/direct_vs_recursive_forecasting
8 changes: 5 additions & 3 deletions book/intro.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Forecasting with machine learning
# Skrub DataOps applied to forecasting timeseries

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

## Table of contents

### Slides

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

```{tableofcontents}
```
Expand Down
100 changes: 77 additions & 23 deletions book/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 0 additions & 56 deletions book/references.bib

This file was deleted.

Loading
Loading