8000 Releases ยท probabl-ai/skore ยท GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: probabl-ai/skore

0.9.2

23 Jun 15:43
a05b95f
Compare
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

skore-hub-project/0.0.5

12 Jun 08:58
b18180d
Compare
Choose a tag to compare

What's Changed

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

skore/0.9.1

05 Jun 08:48
1f7c0f5
Compare
Choose a tag to compare

We are now compatible with newer versions of python!

Evolution

  • Remove upper bound on Python version, in #1769

New features

  • Add Project.delete function, in #1778
  • Enable the Comparison of CrossValidationReports, in #1709, #1669 and #1701

Improvements

  • Add pos_label directly to Reports constructor in #1773 and #1774
  • Simplify api by removing the ability to pass ax, in #1751
  • Add default response_method to get_predictions, in #1593
  • Allow single instance as well as list for scoring in reporters, in #1644

Bugfix

  • Show consistent favorability (โ†˜๏ธŽ) for Brier score with non-probabilistic classifiers, in #1758
  • Raise an error when CrossValidationReport fails before at least one estimator is fitted, in #1574

Full Changelog: skore/0.9.0...skore/0.9.1

skore-local-project/0.0.2

03 Jun 12:31
4fab7f2
Compare
Choose a tag to compare

What's Changed

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

skore-hub-project/0.0.4

03 Jun 12:26
4fab7f2
Compare
Choose a tag to compare

What's Changed

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

skore-hub-project/0.0.3

26 May 13:57
86e76b1
Compare
Choose a tag to compare

What's Changed

  • feat(skore-hub-project): Add verbose_name to related items by @thomass-dev in #1731

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

Skore 0.9.0

21 May 12:12
77bc710
Compare
Choose a tag to compare
10000

โš ๏ธ breaking changes since previous version!

New features

It is now possible to connect to online projects, with skore hub! For now it's only possible to send EstimatorReports. Other reports and other objects will be added back soon.
It is also possible to explore the various reports in a project thanks to project.metadata.

Improvements

  • Add confusion matrix to EstimatorReport, in #1552
  • Show chance level in the legend of ROC curve, in #1682
  • Add explicit fold numbering in cache predictions when computing CrossValidationReport, in #1628
  • Make it possible to pass any scikit-learn metric string to report_metrics, in #1558
  • Allow to compare estimators with different pre-processing, as long as y_test is similar, in #1636

Bugfix

  • Fix cannot cache unpickable configuration value warning - Sphinx make html process, in #1584
  • Do not force installation of polars-lts-cpu on x86_64 platform, in #1618
  • Set size limit of DiskCacheStorage from 1go to unlimited, in #1625
  • Fix typo in error message, in #1713
  • Leverage get_scorer and the fact it is a _BaseScorer, in #1723

Full Changelog: 0.8.3...0.9.0

skore-hub-project/0.0.2

20 May 09:49
3c759f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: skore-hub-project/0.0.1...skore-hub-project/0.0.2

skore-local-project/0.0.1

19 May 08:34
9bbfdb3
Compare
Choose a tag to compare

What's Changed

  • Add skore-local-project, a new package used to persist projects on local machine, on disk.

skore-hub-project/0.0.1

19 May 08:20
9bbfdb3
Compare
Choose a tag to compare

What's Changed

  • Add skore-remote-project, a new package used to exchange with skore hub.
0