© David Paper 2020
D. PaperHands-on Scikit-Learn for Machine Learning Applicationshttps://doi.org/10.1007/978-1-4842-5373-1_2

2. Classification from Simple Training Sets

David Paper1 
(1)
Logan, UT, USA
 

Classification is the problem of predicting a discrete class label. Classes are also called targets, labels, or categories. Classification is applied by training a classifier algorithm on training data to predict how new data is classified.

A machine learning classification data set consists of features (X) and targets (y) where input variables X describe known discrete output variables y. Feature data is typically referred to as the feature set (or feature space). Classification is considered supervised learning because we know the targets that correspond ...

Get Hands-on Scikit-Learn for Machine Learning Applications: Data Science Fundamentals with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.