Binary Classification
Binary Classifiication is the most classic problem in ML.
Binary Classification solves the problem,
Where or sometimes, .
And a train dataset,
Finds the best fit for,
By best fit, we typically mean to minimize a loss value. Depending on the algorithm, the loss function can be different. However, for binary classification, there are also some method based on rules, what we call the covering algorithm.