Skip to content

Version 0.1.21

Compare
Choose a tag to compare
@interpret-ml interpret-ml released this 03 Apr 00:35

v0.1.21 - 2020-04-02

Added

  • Module "glassbox.ebm.research" now has purification utilities.
  • EBM now exposes "max_n_bins" argument for its preprocessing stage.

Fixed

  • Fix intercept not showing for local EBM binary classification.
  • Stack trace information exposed for extension system failures.
  • Better handling of sparse to dense conversions for all explainers.
  • Internal fixes for native code.
  • Better NaN / infinity handling within EBM.

Changed

  • Binning strategy for EBM now defaulted to 'quantile' instead of 'uniform'.