InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is statistical boosting based on additive logistic regression?(a) gamBoost(b) gbm(c) ada(d) mboostThis question was addressed to me in an online interview.I need to ask this question from Predicting with Regression in division Machine Learning of Data Science |
|
Answer» CORRECT answer is (a) gamBoost To explain: MBOOST is USED for model based BOOSTING. |
|