Skip to content

Releases: lorentzenchr/model-diagnostics

v1.1.1

19 Apr 13:49
6b143ff
Compare
Choose a tag to compare

This is a bugfix release.

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

29 Feb 17:53
615b131
Compare
Choose a tag to compare

Highlights

This release ships with the option to plot with plotly instead of matplotlib, but plotly is only an optional dependency only required if this option is used:

  • Set global settings
    from model_diagnostics import set_config
    
    set_config(plot_backend="plotly")
  • Context manager
    from model_diagnostics import config_context
    from model_diagnostics.calibration import plot_bias
    
    with config_context(plot_backend="plotly"):
        plot_bias(...)

What's Changed

Full Changelog: v1.0.5...v1.1.0

v1.0.5

26 Jan 22:20
606df4d
Compare
Choose a tag to compare

This is a bugfix release.

What's Changed

Full Changelog: v1.0.4...v1.0.5

v1.0.4

31 Dec 16:11
64a7f79
Compare
Choose a tag to compare

This is a bugfix release.

What's Changed

Full Changelog: v1.0.3...v1.0.4

v1.0.3

08 Dec 19:20
7bf8005
Compare
Choose a tag to compare

This is a bugfix release.

Highlights

  • New example for classification #121

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

15 Oct 16:32
0a04590
Compare
Choose a tag to compare

This is a bugfix release that increases the minimum polars version to 0.17.15.

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

15 Sep 10:39
2e41bd5
Compare
Choose a tag to compare

Highlights

  • Support for polars version 0.19.0 that introduced some breaking changes and several deprecation warnings.

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

16 Jul 12:40
f98f907
Compare
Choose a tag to compare

Highlights

  • Isotonic regression for all expectiles and quantiles enable reliability diagrams for those functionals and the score decomposition for all scoring functions that are consistent for them, e.g. for the pinball loss.
  • New example on quantile regression
  • The function decompose can now deal with multiple predictions at once, similar to compute_bias.

What's Changed

Full Changelog: v0.2.0...v1.0.0

v1.0.0 release candiate 0

15 Jul 19:25
48f9abc
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.2.0...v1.0.0rc0

v0.2.0

06 Apr 15:51
a20155b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0