Imagine you have a model suffering from high bias. What changes would you make to the regularization techniques used?
- Apply both Ridge and Lasso
- Decrease regularization strength
- Increase regularization strength
- No change needed
Decreasing the regularization strength would reduce bias in the model, as less constraint is applied to the coefficients.
Loading...
Related Quiz
- Interaction effects in Multiple Linear Regression can be represented by adding a ___________ term for the interacting variables.
- In classification, when a model is biased toward predicting one class over another, it is known as a(n) ________ problem.
- You are working with a small dataset, and your model is prone to overfitting. What techniques could you employ to mitigate this issue?
- While t-SNE is excellent for visualization, it can sometimes produce misleading results due to which of its properties?
- A city is facing issues with traffic congestion and wants to use Machine Learning to manage traffic flow. What kind of data and algorithms would you suggest?