Recursive Feature Elimination
GPTKB entity
Statements (23)
| Predicate | Object |
|---|---|
| gptkbp:instanceOf |
gptkb:feature_selection_algorithm
|
| gptkbp:abbreviation |
gptkb:RFE
|
| gptkbp:canBe |
support vector machines
linear models |
| gptkbp:implementedIn |
gptkb:scikit-learn
|
| gptkbp:input |
dataset with features
|
| gptkbp:output |
selected subset of features
|
| gptkbp:parameter |
step size
number of features to select |
| gptkbp:relatedTo |
dimensionality reduction
feature ranking |
| gptkbp:requires |
estimator with feature importance
|
| gptkbp:step |
fit model
rank features remove least important feature repeat until desired number of features |
| gptkbp:supportsAlgorithm |
wrapper method
|
| gptkbp:usedFor |
feature selection
|
| gptkbp:usedIn |
gptkb:machine_learning
|
| gptkbp:worksWith |
recursively removing least important features
|
| gptkbp:bfsParent |
gptkb:RFE
|
| gptkbp:bfsLayer |
7
|
| https://www.w3.org/2000/01/rdf-schema#label |
Recursive Feature Elimination
|