targetField property

String? targetField
getter/setter pair

The target field name the model is to predict.

This field will be excluded when doing Predict and (or) Explain for the training data.

Implementation

core.String? targetField;