Chapter 8 Feature Selection For Machine Learning Flashcards

1
Q

WHAT ARE SOME TECHNIQUES FOR FEATURE ENGINEERING/SELECTION IN SCIKIT-LEARN? P61

A

Univariate Selection.
Recursive Feature Elimination.
Principle Component Analysis.
Feature Importance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

WHAT ARE 3 BENEFITS OF PERFORMING FEATURE SELECTION BEFORE MODELING? P61

A

ˆ Reduces Overfitting: Less redundant data means less opportunity to make decisions based on noise.
ˆ Improves Accuracy: Less misleading data means modeling accuracy improves.
ˆ Reduces Training Time: Less data means that algorithms train faster.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly