Feature Weighting

Algorithms for assessing the quality of features.

Compute Feature Weights

.weights(x, y)

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

Methods

Classifier-derived

See Classification.

Table Of Contents

Previous topic

Diagonal Linear Discriminant Analysis (DLDA)

Next topic

Iterative RELIEF (I-RELIEF)

This Page