Which method also penalizes coefficients, but can shrink some coefficients all the way to zero, performing feature selection?

Prepare for the GARP Risk and AI (RAI) Exam with targeted quizzes. Utilize flashcards, multiple-choice questions, and detailed explanations to enhance learning. Ace your exam with our comprehensive quiz!

Multiple Choice

Which method also penalizes coefficients, but can shrink some coefficients all the way to zero, performing feature selection?

Explanation:
This item is about regularization that promotes sparse models. LASSO uses an L1 penalty on the coefficients, which not only shrinks them but can push some to exactly zero when the penalty is strong enough. Those zero coefficients effectively remove those features, giving you automatic feature selection. Ridge regression uses an L2 penalty and tends to shrink coefficients toward zero but not to exactly zero in practice, so it doesn’t perform feature selection. The remaining options don’t describe a coefficient-penalizing method tied to sparsity.

This item is about regularization that promotes sparse models. LASSO uses an L1 penalty on the coefficients, which not only shrinks them but can push some to exactly zero when the penalty is strong enough. Those zero coefficients effectively remove those features, giving you automatic feature selection. Ridge regression uses an L2 penalty and tends to shrink coefficients toward zero but not to exactly zero in practice, so it doesn’t perform feature selection. The remaining options don’t describe a coefficient-penalizing method tied to sparsity.

Subscribe

Get the latest from Examzify

You can unsubscribe at any time. Read our privacy policy