Contents

MLClassifier

A model you train to classify data into discrete categories.

Declaration

enum MLClassifier

Mentioned in

Overview

Use an MLClassifier to train a general-purpose model to recognize categories.

For example, you can create a classifier that predicts whether a sports team is likely to win or lose its next game by training it with these inputs:

  • The team’s win-loss ratio

  • The team’s game locations

When you create an MLClassifier, Create ML inspects your data and automatically chooses a specific classifier (see Supporting Classifier Types).

Topics

Creating and training a classifier

Evaluating a classifier

Testing a classifier

Saving a classifier

Describing a model

Classifier cases

Supporting classifier types

Default Implementations

See Also

Tabular models