aboutsummaryrefslogtreecommitdiff
path: root/science/py-skrebate/pkg-descr
blob: af91c9c7b065421f007d5efe7b0c4fa337fe8d0d (plain) (blame)
1
2
3
4
5
6
7
This package includes a scikit-learn-compatible Python implementation of ReBATE,
a suite of Relief-based feature selection algorithms for Machine Learning. These
Relief-Based algorithms (RBAs) are designed for feature weighting/selection as
part of a machine learning pipeline (supervised learning). Presently this
includes the following core RBAs: ReliefF, SURF, SURF*, MultiSURF*, and
MultiSURF. Additionally, an implementation of the iterative TuRF mechanism and
VLSRelief is included.