Classification Demo: Movie Genre

Evaluating and debugging a classification application, step by step.

Overview

This tutorial demonstrates how to evaluate a multi-label classification model for predicting movie genres based on their descriptions. We'll evaluate the model on a curated evaluation set and monitor its performance on production data. The tutorial is divided into 3 parts:


What’s Next