scikit-learn-contrib / MAPIE

A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
https://mapie.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
1.25k stars 101 forks source link

Use the existing tutorial on ts-changepoint to align the notebook #489

Closed BaptisteCalot closed 1 month ago

BaptisteCalot commented 1 month ago

Is your feature request related to a problem? Please describe.

There is a tutorial on time series that we will consider as a reliable source to improve the second part of our notebook with the changepoint

Here is the tutorial : https://mapie.readthedocs.io/en/latest/examples_regression/4-tutorials/plot_ts-tutorial.html

BaptisteCalot commented 1 month ago

I'm working on this issue just after solving issue #475