random-RFE

随机递归特征消除。在使用递归特征消除的过程中,加入随机因子,根据概率随机删除特征,更大的重要性具有更小的概率被删除。


Keywords
RFE, random, feature, select
License
MIT
Install
pip install random-RFE==0.1.0