General features selection based on certain machine learning algorithm and evaluation methods
Divesity, Flexible and Easy to use
More features selection method will be included in the future!
pip3 install MLFeatureSelection
-
Modulus for selecting features based on greedy algorithm (from MLFeatureSelection import sequence_selection)
-
Modulus for removing features based on features importance (from MLFeatureSelection import importance_selection)
-
Modulus for removing features based on correlation coefficient (from MLFeatureSelection import coherence_selection)
-
Modulus for reading the features combination from log file (from MLFeatureSelection.tools import readlog)
- 1st in Rong360
-- https://github.com/duxuhao/rong360-season2
- 6th in JData-2018
-- https://github.com/duxuhao/JData-2018
- 12nd in IJCAI-2018 1st round
-- https://github.com/duxuhao/IJCAI-2018-2
More examples are added in example folder include: