ElasticNet is a hybrid regularization technique that combines the L1 penalty of ________ and the L2 penalty of ________.
- ElasticNet, Ridge
- Lasso, Ridge
- Ridge, Lasso
- nan
ElasticNet combines the L1 penalty of Lasso and the L2 penalty of Ridge, providing a middle ground between the two techniques.
Loading...
Related Quiz
- Which machine learning algorithm is commonly used for time series forecasting due to its ability to remember long sequences?
- You want to apply clustering to reduce the dimensionality of a dataset, but you also need to interpret the clusters easily. What approaches would you consider?
- In the context of healthcare, what is the significance of machine learning models being interpretable?
- How does Random Forest differ from a single decision tree?
- One of the common algorithms used to solve the multi-armed bandit problem is the ________ algorithm.