Prediction output format for Tabular Classification.
Attributes
Name
Description
classes
MutableSequence[str]
The name of the classes being classified,
contains all possible values of the target
column.
scores
MutableSequence[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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-07-15 UTC."],[],[]]