Skip to content

v1.4.0

Choose a tag to compare

@lorentzenchr lorentzenchr released this 16 Feb 10:56
· 11 commits to main since this release
59eb311

Highlights

The binning methods of numpy.histogram_bin_edges are now available in compute_bias, compute_marginal, plot_bias and plot_marginal.
The default argument of bin_method of these functions changed to "auto".
Additionally, strings/categorical/enum features now display all the remaining (unique) values of a feature as "rest-n" where n indicates the number of unique values. This way, n_bins is strictly adhered to.

The marginal plot from the example Regression on Workers' Compensation Dataset now looks like this:
newplot

What's Changed

Full Changelog: v1.3.0...v1.4.0