Which regularization method would you likely use if you suspect some of the features are entirely irrelevant?
- Elastic Net
- Lasso
- Ridge
- nan
Lasso regularization is useful when some features are suspected to be irrelevant, as it can set the coefficients for those features to zero, effectively removing them.
Loading...
Related Quiz
- A dataset contains both categorical and numerical features. Which ensemble method might be suitable, and what preprocessing might be required?
- In what types of applications might clustering be particularly useful?
- Can dimensionality reduction lead to information loss? If so, how can this risk be minimized?
- How can the 'k-distance graph' be used in selecting the optimal Epsilon for DBSCAN?
- When training a robot to play a game where it gets points for good moves and loses points for bad ones, which learning approach would be most appropriate?