Which machine learning classifier to choose, in general?
· a. If your data is labeled, but you only have a limited amount, you should use a classifier with high bias (for example, Naive Bayes). I''m guessing this is because a higher-bias classifier will have lower variance, which is good because of the small amount of data. b.