Introduction
One of the major supervised machine learning class of problems is to classify things from a set of given things, by learning from previously labeled data. This is like proverbial “Telling chalk and cheese apart” from several examples of labeled data. In this chapter, we shall go through an example of classification problem and will solve it using ML.NET.
Objective of this chapter
The objective is to give you a good understanding of classification type of problems and introduce several ...