Skip to content

Releases: probabl-ai/skore

skore-local-project/0.0.4

09 Sep 12:27
25520ac

Choose a tag to compare

What's Changed

Full Changelog: skore-local-project/0.0.3...skore-local-project/0.0.4

skore-hub-project/0.0.9

05 Sep 14:25
73f3c52

Choose a tag to compare

What's Changed

  • fix: Remove adherence to skore for type checking by @thomass-dev in #2018
  • feat: Update how table report is sent to the hub by @rouk1 in #1999

Full Changelog: skore-hub-project/0.0.8...skore-hub-project/0.0.9

Skore 0.10.2

04 Sep 13:34
8207a41

Choose a tag to compare

Breaking changes

  • feat: Create a display for feature_importance.coefficients for the different reporters, in #1948
  • refactor(skore)!: Rename split_index to split, in #1987

New features

  • feat(project summary): Show cross-validation reports in parallel coordinate plot, in #1980

Full Changelog: skore/0.10.1...skore/0.10.2

skore-hub-project/0.0.8

04 Sep 14:47
8f290f4

Choose a tag to compare

What's Changed

Full Changelog: skore-hub-project/0.0.7...skore-hub-project/0.0.8

Skore 0.10.1

12 Aug 08:54
334afe6

Choose a tag to compare

Breaking changes

  • Rename cv_splitter to splitter in cross-validation, in #1958

Improvements

  • Add infrastructure to support different plotting backends for Displays, in #1924
  • Save the indices of the splits in CrossValidationReport, in #1956

Bugfixes

  • Do not expose roc_auc with estimator not implementing predict_proba, in #1918
  • Fix behavior for clustering in CrossValidationReport, in #1969
  • Fix clustering case for data accessor, in #1973

Full Changelog: skore/0.10.0...skore/0.10.1

skore-hub-project/0.0.7

25 Jul 08:48
593595b

Choose a tag to compare

What's Changed

Full Changelog: skore-hub-project/0.0.6...skore-hub-project/0.0.7

Skore 0.10.0

23 Jul 09:42
d78d90d

Choose a tag to compare

New feature

  • feat(skore): Add a data accessor, in #1805

Full Changelog: skore/0.9.2...skore/0.10.0

skore-local-project/0.0.3

07 Jul 08:34
2e25be6

Choose a tag to compare

What's Changed

Full Changelog: skore-local-project/0.0.2...skore-local-project/0.0.3

skore-hub-project/0.0.6

07 Jul 08:31
2e25be6

Choose a tag to compare

What's Changed

Full Changelog: skore-hub-project/0.0.5...skore-hub-project/0.0.6

Skore 0.9.2

23 Jun 15:43
a05b95f

Choose a tag to compare

⚠️ Some breaking changes in this version.

Improvements

  • Allow positional arguments with as_dict=True in train_test_split, in #1823
  • Improve the legend for the different plots, in #1746
  • Add a .frame() method to Displays, in #1787
  • Transform Report.metrics.report_metrics into a Display, in #1788
  • Allow Summary.reports to return reports inside a comparison report, in #1791

Evolution

  • Dropping the support of Python 3.9, in #1827
  • Rename metrics.report_metrics to metrics.summarize, in #1813
  • Rename the API project.reports.metadata to project.summarize, in #1801

Full Changelog: skore/0.9.1...skore/0.9.2