Multi-Class
MultiClassPredictionLabel
Arize class to define the prediction and threshold arguments associated with the multi-class model type.
Argument | Data Type | Definitions |
---|---|---|
|
| (Required) The prediction scores of the classes |
|
| (Optional) The threshold scores of the classes. Required for Multi-Label use cases. |
MultiClassActualLabel
Arize class to define the actual arguments associated with the multi-class model type.
Argument | Data Type | Definitions |
---|---|---|
|
| (Required) The actual scores of the classes. Any class in |
Code Example
Last updated