Contents

MLLogisticRegressionClassifier

A classifier that predicts a discrete target value as a function of data features.

Declaration

struct MLLogisticRegressionClassifier

Topics

Training a logistic regression classifier asynchronously

Creating a logistic regression classifier from a checkpoint

Training a logistic regression classifier synchronously

Evaluating a logistic regression classifier

Testing a logistic regression classifier

Saving a logistic regression classifier

Inspecting a boosted tree classifier

Describing a logistic regression classifier

Default Implementations

See Also

Supporting classifier types