Data Mining - (two class|binary) classification problem (yes/no, false/true)

Thomas Bayes

About

Binary classification is used to predict one of two possible outcomes.

A two class problem (binary problem) has possibly only two outcomes:

  • “yes or no”
  • “success” or “failure”

and is much more known as a Bernoulli trial (or binomial trial)

See

Example

  • Is this transaction a fraud ?
  • Will this prospect become a customer ?
  • Which employees are likely to leave a company in the next year
  • Is the top card of a shuffled deck an ace?
  • Was the newborn child a girl?
  • Rolling a die, where a six is “success” and everything else a “failure”.
  • In conducting a political opinion poll, choosing a voter at random to ascertain whether that voter will vote “yes” in an upcoming referendum.





Discover More
Linear Vs True Regression Function
Machine Learning - Linear (Regression|Model)

Linear regression is a regression method (ie mathematical technique for predicting numeric outcome) based on the resolution of linear equation. This is a classical statistical method dating back more...
Confustion Matrix For Accuracy
Statistics Learning - (Error|misclassification) Rate - false (positives|negatives)

The error rate is a prediction error metrics for a binary classification problem. The error rate metrics for a two-class classification problem are calculated with the help of a Confusion Matrix. The...



Share this page:
Follow us:
Task Runner