auswahl.Convertible

class auswahl.Convertible[source]

Selectors subclassing PointSelector, which provide a global score for each feature, can be made eligible for a PointSelector to IntervalSelector conversion facilitated by PseudoIntervalSelector by inheriting from this class.

__init__(*args, **kwargs)
abstract get_feature_scores() ndarray[source]

Provide scores of all features

Returns
feature scores: np.ndarray of shape [n_features,]

Examples using auswahl.Convertible

VIP - Basic example

VIP - Basic example

VIP - Basic example
VIP - Selection with a threshold

VIP - Selection with a threshold

VIP - Selection with a threshold
SPA - Basic example

SPA - Basic example

SPA - Basic example
Benchmarking - Example

Benchmarking - Example

Benchmarking - Example