What's Changed
- feat!: Allow passing
scoringas dict toEstimatorReportby @MAVRICK-1 in #2100 - fix: Strip rich HTML to avoid blank output cell by @glemaitre in #2142
- fix: Follow up on
FeatureImportanceCoefficientsDisplayby @divakaivan in #2043 - feat: Add
data_source="all"option toEstimatorReport.metrics.summarizeby @MatthieuLoustaunau in #1907 - chore: Rename
data_sourceoption from"all"to"both"by @auguste-probabl in #2146 - refactor: Refactor confusion matrix by @waridrox in #1759
- chore: Improve test time of
dataaccessor by @auguste-probabl in #2162 - chore: Format by @auguste-probabl in #2167
- feat: Add
data_source="both"to RocCurveDisplay for EstimatorReports by @auguste-probabl in #2163 - feat: Make the cache thread-safe by @thomass-dev in #2158
- feat: Adapt
RocCurveDisplay.frame()fordata_source="both"by @auguste-probabl in #2168 - feat: Add
data_source="both"forEstimatorReport.metrics.precision_recallby @auguste-probabl in #2171 - feat: Add
data_source="both"forEstimatorReport.metrics.prediction_errorby @auguste-probabl in #2172 - feat: Add support for
data_source="both"inComparisonReport.metrics.summaryby @auguste-probabl in #2175 - fix: Add tests and follow-up fixes for ConfusionMatrixDisplay by @GaetandeCast in #2165
- feat: Improve layout using plt.tight_layout by default by @glemaitre in #2182
- feat: Allow to override or update style using by @glemaitre in #2181
- chore: Remove useless code by @MarieSacksick in #2188
Full Changelog: skore/0.11.2...skore/0.11.3