Feature selection library in Python
Install with
pip install ITMO_FS
Current available algorithms:
Filters | Wrappers | Hybrid | Embedded | Ensembles |
---|---|---|---|---|
Spearman correlation | Add Del | Filter Wrapper | MOSNS | MeLiF |
Pearson correlation | Backward selection | MOSS | Best goes first | |
Fit Criterion | Sequential Forward Selection | RFE | Best sum | |
F ratio | QPFS | |||
Gini index | Hill climbing | |||
Information Gain | ||||
Minimum Redundancy Maximum Relevance | ||||
VDM | ||||
QPFS | ||||
MIMAGA |
Documentation: