New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to not work as expected)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Description
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
Fixes #489
Type of change
Please remove options that are irrelevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist
make lint
make type-check
make tests
make coverage
make doc