Class TabularClassificationPredictionResult (0.5.1)

TabularClassificationPredictionResult(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Prediction output format for Tabular Classification.

Attributes

NameDescription
classes Sequence[str]
The name of the classes being classified, contains all possible values of the target column.
scores Sequence[float]
The model's confidence in each class being correct, higher value means higher confidence. The N-th score corresponds to the N-th class in classes.

Inheritance

builtins.object > proto.message.Message > TabularClassificationPredictionResult