-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add dedicated
Display
classes to ComparisonReport (#1309)
Duplicate the plot classes for `ComparisonReport` use-cases: - `RocCurveDisplay`, - `PredictionRecallCurveDisplay`, - `PredictionErrorDisplay`. I've chosen to simplify a few things from the original classes, in particular by removing the user's ability to customize the plot. The plot tests strictly compare pixel by pixel the matplotlib result with an expected image. The next iteration should be to factorize these duplicated classes with the one in `skore.sklearn._plot`. --- **Roc curves**   **PR curves**   **Prediction error curves**  
- Loading branch information
1 parent
314dde5
commit 01dc294
Showing
13 changed files
with
1,844 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.