-
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
Tuto chen xu #115
Tuto chen xu #115
Conversation
…/MAPIE into tuto_chenXu Merge of typing change
Codecov Report
@@ Coverage Diff @@
## master #115 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 16 16
Lines 1122 1142 +20
Branches 93 99 +6
=========================================
+ Hits 1122 1142 +20
Continue to review full report at Codecov.
|
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.
Thanks again !
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.
Thanks!
Description
Add the tuto from the paper of Kim and all including boxplot of width and coverage scores for a series of trial
Detect a bug id classification example
"""
Extension error:
Here is a summary of the problems encountered when running the examples
Unexpected failing examples:
/data/MAPIE/examples/classification/plot_digits_classification.py failed leaving traceback:
Traceback (most recent call last):
File "/data/MAPIE/examples/classification/plot_digits_classification.py", line 167, in
disp1 = metrics.ConfusionMatrixDisplay.from_predictions(
AttributeError: type object 'ConfusionMatrixDisplay' has no attribute 'from_predictions'
"""
New example plt_kim_2020.py
Checklist:
make lint
make type-check
make tests
make coverage
make doc