Name | FeatureImportance JSON |
Version |
0.0.3
JSON |
| download |
home_page | |
Summary | A library to compute feature importance for voting classifiers in the ensembled voting |
upload_time | 2023-02-10 14:58:50 |
maintainer | |
docs_url | None |
author | Panashe H Guzha |
requires_python | |
license | MIT |
keywords |
feature
importance
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
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
Raw data
{
"_id": null,
"home_page": "",
"name": "FeatureImportance",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "feature importance",
"author": "Panashe H Guzha",
"author_email": "panasheguzha21@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e6/cc/6304e7a44c9bbd74b44ae00a65819a65364c6077ab3a123cccdddb2d6cc1/FeatureImportance-0.0.3.tar.gz",
"platform": null,
"description": "This package is for computing feature importance in voting classifiers \r\n\r\nThe steps of the algorithm to compute the feature importance of the Voting Classifier is:\r\n\r\nCompute Feature Importance score of each of the base estimators\r\nMultiply the weights of the base estimator to the importance score of each of the features.\r\nAverage out the features importance score (from step 2) for each feature.\r\n\r\nThe algorithm takes the voting classifier and the weights as input and returns the feature importance as a pandas dataframe\r\n\r\nChange Log\r\n\r\n0.0.2 (10/02/2023)\r\n------------------\r\n-First Release\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A library to compute feature importance for voting classifiers in the ensembled voting",
"version": "0.0.3",
"split_keywords": [
"feature",
"importance"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e6cc6304e7a44c9bbd74b44ae00a65819a65364c6077ab3a123cccdddb2d6cc1",
"md5": "248c5903e8456b3f62741ac6906b9033",
"sha256": "7aa14db9e5d4ee8e194ff88818d266d643613bf7d53c2b47a9c4ff1633e5cb18"
},
"downloads": -1,
"filename": "FeatureImportance-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "248c5903e8456b3f62741ac6906b9033",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2877,
"upload_time": "2023-02-10T14:58:50",
"upload_time_iso_8601": "2023-02-10T14:58:50.760993Z",
"url": "https://files.pythonhosted.org/packages/e6/cc/6304e7a44c9bbd74b44ae00a65819a65364c6077ab3a123cccdddb2d6cc1/FeatureImportance-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-10 14:58:50",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "featureimportance"
}