MAPIE icon indicating copy to clipboard operation
MAPIE copied to clipboard

chore: Refactor train-test split in plot_cqr_tutorial.py

Open LacombeLouis opened this issue 7 months ago • 0 comments

Description

Fix issue on #477. Uses the same data and split for MapieRegressor and MapieQuantileRegressor.

Please remove options that are irrelevant.

  • This change requires a documentation update

Checklist

  • [ ] I have read the contributing guidelines
  • [ ] I have updated the HISTORY.rst and AUTHORS.rst files
  • [x] Linting passes successfully : make lint
  • [x] Typing passes successfully : make type-check
  • [x] Unit tests pass successfully : make tests
  • [x] Coverage is 100% : make coverage
  • [x] Documentation builds successfully : make doc

LacombeLouis avatar Jul 05 '24 12:07 LacombeLouis