Algorithms for assessing the quality of features.
x - data [2D float numpy array]
x.shape[0] number of samples x.shape[1] number of features
y - classes (-1 or 1) [1D integer numpy array]
y.shape[0] number of samples
See Classification.
Diagonal Linear Discriminant Analysis (DLDA)
Iterative RELIEF (I-RELIEF)
Enter search terms or a module, class or function name.