Multi-Label Classification
Multi-label classification models predict multiple outcomes. In Aporia, these models are represented with the multi-label
model type.
Examples of multi-label classification problems:
Is this song sad, happy, funny, rock, jazz, or all simultaneously?
Does this movie belong to one or more of the 'romantic', 'comedy', 'documentary', 'thriller' categories, or all simultaneously?
Data Format In DB
If you have a model with multi category prediction, then your database may look like the following:
Last updated