1.

How is feature selection performed using the regularization method?

Answer»

The method of regularization ENTAILS the addition of PENALTIES to different parameters in the machine learning model for reducing the freedom of the model to avoid the issue of overfitting.
There are various regularization methods available such as linear model regularization, Lasso/L1 regularization, etc. The linear model regularization applies penalty over COEFFICIENTS that multiplies the predictors. The Lasso/L1 regularization has the feature of shrinking some coefficients to zero, thereby making it ELIGIBLE to be removed from the model.



Discussion

No Comment Found