v0.1.0
Some highlights:
- Confidence intervals for
plot_reliability_diagram
via argumentsn_bootstrap
andconfidence_level
(PR #32). - New option
diagram_type = "bias"
forplot_reliability_diagram
, which is roughly a 45 degree rotated plot (PR #35). - Better visualisation of uncertainty/standard errors in
plot_bias
and distinction between numerical and categorical features (PR #37). - Consistently sorted output, i.e. the different (model) columns of
y_pred
(PR #37). - Number of effective (output) bins is now always at most
n_bins
incompute_bias
andplot_bias
(PR #37). - Switch to ruff (PR #34)