Skip to main content

A library to compute feature importance for voting classifiers in the ensembled voting

Project description

This package is for computing feature importance in voting classifiers

The steps of the algorithm to compute the feature importance of the Voting Classifier is:

Compute Feature Importance score of each of the base estimators Multiply the weights of the base estimator to the importance score of each of the features. Average out the features importance score (from step 2) for each feature.

The algorithm takes the voting classifier and the weights as input and returns the feature importance as a pandas dataframe

Change Log

0.0.2 (10/02/2023)

-First Release

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

FeatureImportance-0.0.3.tar.gz (2.9 kB view hashes)

Uploaded Source

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