InterviewSolution
Saved Bookmarks
| 1. |
Point out the correct statement.(a) Combining classifiers improves interpretability(b) Combining classifiers reduces accuracy(c) Combining classifiers improves accuracy(d) All of the mentionedI got this question in a job interview.My doubt stems from Model Based Prediction topic in chapter Machine Learning of Data Science |
|
Answer» CORRECT choice is (c) COMBINING CLASSIFIERS improves accuracy The EXPLANATION: You can combine classifier by AVERAGING. |
|