Metadata-Version: 1.1
Name: featureimpact
Version: 1.0.2
Summary: Compute the statistical impact of features given a scikit-learn estimator
Home-page: http://sourceforge.net/projects/featureimpact
Author: Christian Blume
Author-email: chr.blume@gmail.com
License: MIT
Description: This package let's you compute the statistical impact of features given
        a scikit-learn estimator. The computation is based on the mean variation 
        of the difference between quantile and original predictions. The impact
        is reliable for regressors and binary classifiers.
        
        Currently, all features must be pure numerical, non-categorical values.
        
Keywords: machine learning,statistics,scikit-learn
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development
