Multi-Class Classification Overview
A classification model with more than two classes.Supported Metrics
Micro-Averaged Precision, Micro-Averaged Recall, Macro-Averaged Precision, Macro-Averaged Recall, Precision for a Class, Recall for a ClassHow To Log Multi-Class Data
Log multi-class classification models based on your use caseSingle-Label Use Case
- Python Pandas Batch
- Python Single Record
Google Colab
Single-Label Use Case Colab
Note: class
economy_class has the highest prediction score and will be the prediction labelMulti-Label Use Case
- Python Pandas Batch
- Python Single Record
Google Colab
Multi-Label Use Case Colab
Note: classes
jazz and rock have prediction scores > threshold scores and will be part of the prediction label.