github interpretml/interpret v0.7.0
Version 0.7.0

latest releases: v0.7.2, v0.7.1
one month ago

v0.7.0 - 2025-07-13

Breaking Changes

  • the shape of the bags parameter has been changed from (n_outer_bags, n_samples) to (n_samples, n_outer_bags)
    in order to better match the format of the X parameter which has shape (n_samples, n_features)
    In this release if bags is passed in as (n_outer_bags, n_samples), then a warning is issued and the shape
    is accepted using the old format.

Don't miss a new interpret release

NewReleases is sending notifications on new releases.