Prerequisites
Before you proceed, you must create a training set that was used to build a model (.pkl file), and then that model was deployed into a Domino endpoint.
Select the training set
- In the top navigation pane, click Deploy > Endpoint.
- Select the endpoint you would like to configure and navigate to the Grafana Monitoring tab.
- Click Configure Monitoring > Data.
- From the Configure Data window, select the Training Data and Version.
-
Select Classification or Regression, depending on your model type. If your Training Set code includes prediction data defined in
target_columns, select the model type that matches your Training Set:-
If
target_columnsis acategoricalcolumn, select Classification. -
If
target_columnsis anumericalcolumn, select Regression.
-
If
- Click Save.
When using the Configure Data window to register a model for monitoring, the default binning strategy will be used to create bins for both numerical and categorical variables. To change the binning strategy, including the number of bins to use for numerical or categorical variables, reach out to your Domino representative. See Supported binning methods for more details on binning.
Validate your Setup
Domino captures prediction data in a Domino Dataset in hourly batches. Validate your setup without waiting for the Scheduled Check to run:- On the Endpoint’s Monitoring tab, go to Configure Monitoring > Target Ranges.
- If the Configure Tests and Thresholds page populates with data, then your setup is complete. See Analyze Data Drift to learn how to configure tests and thresholds.