Merge pull request #48 from Javdat/master add importance_type, including ‘permutation’
Merge pull request #48 from Javdat/master
add importance_type, including ‘permutation’
Feature selector is a tool for dimensionality reduction of machine learning datasets.
There are five methods used to identify features to remove:
Refer to the Feature Selector Usage notebook for how to use
The FeatureSelector also includes a number of visualization methods to inspect characteristics of a dataset.
FeatureSelector
Correlation Heatmap
Most Important Features
Requires:
python==3.6+ lightgbm==2.1.1 matplotlib==2.1.2 seaborn==0.8.1 numpy==1.22.0 pandas==0.23.1 scikit-learn==0.19.1
Any questions can be directed to wjk68@case.edu!
用于机器学习的特征选择工具,通过评估特征与目标变量的相关性、重要性及冗余度,帮助用户筛选出最具预测能力的特征子集。
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Feature Selector: Simple Feature Selection in Python
Feature selector is a tool for dimensionality reduction of machine learning datasets.
Methods
There are five methods used to identify features to remove:
Usage
Refer to the Feature Selector Usage notebook for how to use
Visualizations
The
FeatureSelectoralso includes a number of visualization methods to inspect characteristics of a dataset.Correlation Heatmap
Most Important Features
Requires:
Contact
Any questions can be directed to wjk68@case.edu!