Search⌘ K
AI Features

Solution Review: Adding Fields to a Machine Learning Model

Explore how to enhance ML.NET machine learning models by adding new feature and label fields. Understand how to modify data classes and update the training pipeline to include multiple features and labels for improved model flexibility.

We'll cover the following...

The completed solution is presented in the code playground below.

Console.WriteLine("The application is working");
Challenge solution

Solving the challenge

The input data is represented by the ModelInput class in the ...