Search⌘ K
AI Features

Challenge: Performing a Multiclass Classification

Explore how to handle multiclass classification tasks in ML.NET by adjusting model output. This lesson guides you to refine the consumption of a trained classification model so that it displays only the most likely predicted category, simplifying result interpretation in your applications.

We'll cover the following...

Using the coding playground at the end of this lesson, perform the tasks highlighted in the “Problem statement” section.

Problem statement

In ...