Search⌘ K
AI Features

Challenge: Adding Fields to a Machine Learning Model

Explore how to modify an existing ML.NET model to include multiple input fields such as review text and emotion data. Understand the steps to adjust the model's code to accept more complex inputs without retraining, ensuring your application compiles successfully after changes.

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 the following setup, we ...