A binary classifier predicts only one type of class

This is an assignment question. Can someone someone give me some clue on how to get through:

A generative approach is used for a binary classification problem and it turns out that the resulting classifier predicts positive at all points x in the input space. What can we conclude for sure? Check all that apply.

  • There are no negative points in the training set.
  • The positive points are spread out over the space, while the negative points are concentratd in a small region.
  • There are fewer negative points than positive points in the training set.
  • The density of positive points is greater than the density of negative points everywhere in the space.

You need to select points that apply out of those four bullet points. Thanks

Topic homework generative-models machine-learning

Category Data Science


While training your binary classifier, check for class imbalance. That's the only way you can take any final decision about the test data. As you don't know the actual result of test data, therefore, you need to make sure the classifier is good enough to generalize any new data.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.