-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add J+aB and APS methods #99
Conversation
…-ml/MAPIE into add_method_cumulated_score
MISS: trimmed mean
# Conflicts: # HISTORY.rst # mapie/regression.py # mapie/tests/test_regression.py # mapie/utils.py
Julien is gonna proofread algorithms' implementation
… cv replaced by agg_functionin MapieRegressor
…utorial fisrt instance of the classification tutorial
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some typos
…nto dev Merge of remote dev onto local before push .
…last_label=True arguments
Merge modif on dev on my version of dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent job ! Some details, and potentially a last simplification of add_random_tie_breaking
and we are done !
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done !
Description
Add two methods in MAPIE :
MapieRegressor
following Kim+2020MapieClassifier
following Sadinle+2020 and Angelopoulos+2021Fixes #(issue)
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
Unit tests.
Checklist:
make lint
make type-check
make tests
make coverage
make doc