InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is correct about regularized regression?(a) Can help with bias trade-off(b) Cannot help with model selection(c) Cannot help with variance trade-off(d) All of the mentionedI got this question in unit test.This key question is from Model Based Prediction in division Machine Learning of Data Science |
|
Answer» CORRECT option is (a) Can HELP with BIAS trade-off Best explanation: Regularized REGRESSION does not perform as well as random forest. |
|