Unit 3
Unit 3
Feature Extraction
Image Recovery
Image Compression
Feature Selection
Feature selection is a way of reducing the input variable for the model
by using only relevant data to reduce overfitting in the model.
Backward elimination
• Ranking Features: Start with all features and rank them based on
their importance or contribution to the model.
In terms of computation, they are very fast and inexpensive and are
very good for removing duplicated, correlated, redundant features
but these methods do not remove multicollinearity.
Techniques
Information Gain
Chi-square test
Fisher’s Score
Correlation Coefficient
Information Gain
These are fast processing methods similar to the filter method but
more accurate than the filter method.
These methods are also iterative, which evaluates each iteration, and
optimally finds the most important features that contribute the most
to training in a particular iteration. :
Some techniques of embedded
methods
Regularization
accuracy_score
Precision
precision_score()
Recall
recall_score()
Confusion Matrix