Skip to content

Version 0.2.6

Compare
Choose a tag to compare
@interpret-ml interpret-ml released this 20 Jul 21:49
· 1646 commits to develop since this release

v0.2.6 - 2021-07-20

Adde6

  • Differential-privacy augmented EBMs now available as interpret.privacy.{DPExplainableBoostingClassifier,DPExplainableBoostingRegressor}.
  • Packages interpret and interpret-core now distributed via docker.

Changed

  • Sampling code including stratification within EBM now performed in native code.

Fixed

  • Computer provider with joblib can now support multiple engines with serialization support.
  • Labels are now all shown for inline rendering of horizontal bar charts.
  • JS dependencies updated.