Skip to content

Releases: bloomen/featureimpact

2.2.2

17 Jan 05:11
9e134e5
Compare
Choose a tag to compare
  • fix up setup for Github actions

2.2.1

17 Jan 05:02
a641d76
Compare
Choose a tag to compare
  • ensure no deprecated functions are used
  • improve setup.py
  • use Github Actions

2.2.0

26 Mar 08:33
Compare
Choose a tag to compare
  • Ensure we only use quantiles that are part of the features
  • Added link to doc describing the algorithm

2.1.0

25 Mar 07:57
Compare
Choose a tag to compare
  • Added support for features with zero variance
  • Improved performance and less memory usage

2.0.0

24 Mar 05:13
Compare
Choose a tag to compare
  • Switched to the procedure described in Blume, 2012 but normalized by
    a feature's stddev and extended to multiple quantiles
  • Improved quantile estimation
  • Now returning pandas.DataFrames consistently

1.2.0

23 Feb 03:01
Compare
Choose a tag to compare
  • made featureimpact Python3 ready