Search⌘ K
AI Features

Configuring Runner Monitor

Explore how to create and apply a custom runner monitor in ML.NET to control and log specific events during AutoML processes. Understand methods to report completed, failed, and running trials, enabling tailored monitoring beyond default verbose logging.

Sometimes we need to apply custom monitoring to our AutoML process and log very specific events in the way that is most suitable to us. For example, the default logger is way too verbose and tracks all events. However, we might want to only track very specific events.

We'll cover the usage of custom monitors in this lesson. We'll do so with the help of the following playground, which represents ...