Eine Klasse ist eine Kategorie, zu der ein Label oder eine Vorhersage in einer Klassifikationsaufgabe gehören kann. Klassifikationsmodelle sagen Klassen wie Spam oder Nicht-Spam voraus, nicht kontinuierliche numerische Werte.
A category that a label can belong to. For example: - In a binary classification model that detects spam, the two classes might be spam and not spam. - In a multi-class classification model that identifies dog breeds, the classes might be poodle , beagle , pug, and so on. A classification model predicts a class. In contrast, a regression model predicts a number rather than a class. See Classification in Machine Learning Crash Course for more information.