Skip to main content

A user-friendly feature evaluation and selection package.

Project description

feature-eval

feature relevance and redundancy evaluation and selection.

Install

pip install feature-eval

Introduction

Feature Relevance

It is how the feature is correlated with the prediction target. Sometimes this is embedded the prediction model. But in this package, we make a filter style feature evaluation, which means the feature's relevance or importance does not depend on the model but the feature itself only.

Feature Redundancy

It is how the features are correlated with each other. Sometimes it is not so important because modern sophasticated machine learning models can handle the redundancy very well. But in this package, we make thie redundancy evaluation for the cases where the number of features are limited or we need dive into very few important features. This can evaluate if the feature is redundant with other features and some feature selection algorithm is based on the redundancy metrics.

Feature Selection

To reduce the number of features, feature selection steps can be conducted to achieve it. Some algorithms pick the most relevant but least redundant features as the final selection. This is also the major concern of this package, where we provide relevance/redundancy metrics and calculation interfaces.

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

feature-eval-0.0.12.tar.gz (8.0 kB view hashes)

Uploaded Source

Built Distribution

feature_eval-0.0.12-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

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