Which regularization technique adds L1 penalty, causing some coefficients to be exactly zero?
- Elastic Net
- Lasso
- Ridge
- nan
Lasso regularization adds an L1 penalty, causing some of the coefficients to become exactly zero, effectively removing those features from the model.
Loading...
Related Quiz
- You're clustering a large dataset, and computational efficiency is a concern. Which clustering techniques might be more suitable, and why?
- Consider a situation where you're applying DBSCAN to a high-dimensional dataset. What challenges might you face, and how could you address them?
- Discuss the difference between Euclidean distance and Manhattan distance metrics in the context of KNN.
- Explain the concept of k-fold Cross-Validation. What does "k" signify?
- What role does model complexity play in overfitting?