Skip to main content

Compute the statistical impact of features given a trained estimator

Project description

featureimpact let’s you compute the statistical impact of features given a trained estimator. The computation is based on the mean variation of the difference between quantile and original predictions. The estimator must predict purely numerical values. All features must also consist of purely numerical values.

Example: `python from featureimpact import FeatureImpact fi = FeatureImpact() fi.make_quantiles(X_train) impact = fi.compute_impact(model, X_test) `

Note: In order to run the examples you’ll need scikit-learn and matplotlib installed in addition to this package and its regular dependencies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

featureimpact-1.3.0.tar.gz (5.7 kB view details)

Uploaded Source

File details

Details for the file featureimpact-1.3.0.tar.gz.

File metadata

  • Download URL: featureimpact-1.3.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.18.4 setuptools/36.2.7 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/3.4.10

File hashes

Hashes for featureimpact-1.3.0.tar.gz
Algorithm Hash digest
SHA256 89faad8c61b76e9fbc0023262f84b54e609a554fde6af3354ade0cb18fabc60c
MD5 ef7800a79282c8e8ce3337c303dab682
BLAKE2b-256 004d1ffc8719f0ebd9ab835eb0583e0901142690ce48f01c041d68a2c1a09a68

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page