Add Accuracy Checks¶
In the Select Checks section while adding a monitor, select the Accuracy option as check category.
Identify and choose a numeric column from your dataset for validation.
Choose the specific type of validation to perform. The available options are:
Min / Max: Confirms that the minimum and/or maximum values are within acceptable ranges.
Average: Checks the average value against expectations.
Sum: Validates the sum of all values.
Standard Deviation: Validates the standard deviation of values.
Variance: Validates the statistical variance of the column.
Specify how the validation result will be evaluated with the following:
Comparison Operator: Select the appropriate operator (
=
,!=
,<
,>
,<=
,>=
,between
,not between
) to compare the calculated value against your threshold.Threshold Setting: Enter the numeric threshold value(s) that will be used for the comparison.
Click Save.