A scikit-learn-compatible module to estimate prediction intervals and control risks based on conformal predictions.
BSD 3-Clause "New" or "Revised" License
1.3k
stars
111
forks
source link
chore: Refactor train-test split in plot_cqr_tutorial.py #482
Closed
LacombeLouis closed 2 months ago
Description
Fix issue on #477. Uses the same data and split for
MapieRegressor
andMapieQuantileRegressor
.Please remove options that are irrelevant.
Checklist
make lint
make type-check
make tests
make coverage
make doc