In the following image, you need to fill evaluation parameters:
You could also change your evaluation dataset.
Starting the evaluation process. Click the model name, then the Evaluation result tab gives you a chance to review evaluation details such as the evaluation name, the dataset, and evaluation time range.
On the evaluation results tab page you'll find your list of evaluations. Click Evaluation summary, you'll find details about the evaluation summaries.
There are three kinds of evaluation status.
Status | Description |
---|---|
Running | Evaluation is in processing. |
Completed | Evaluation is done, you can start inference. |
Failed | Evaluation is failed for some reason. |
You can click the View details button for the error messages when you find the Evaluation status gets to Failed.
In the example below, equipment anomalies and health trend represents the results from the chosen evaluation run. These results provide information about anomalous behavior that occurred over the evaluation time range.
Use the slider to zoom in on a particular event.
Click on a particular event (red bar) to view details about it.
After you click on a particular event, the Event details tab indicates which sensors contributed the most to that event.
If you've provided Metrics-Advisor-for-Equipment with label data, you can see how the model's predictions compare to the label data.
Compare the model's detected anomalies to periods of known anomalies by uploading a CSV file that's 1 MB max. Upload the data with the same timestamp format as your evaluation dataset and in two columns: one column for known anomaly start time, and the other for the end time.
**After clicking on "Upload label", upload ONE csv file with label data. **The labels are shown in a purple ribbon labelled "Known anomalies" .
Format requirement:
Event_start_time (timestamp format MUST be the same as your evaluation data)
Event_end_time (timestamp format MUST be the same as your evaluation data)
File size limit: 1MB
Advanced settings:
Users should modify the detection configuration to let Metric Advisor for Equipment's predicted anomalies match with their labels as much as possible
When users try different numbers for sensitivity, the anomaly red points on the anomaly score trend visuals will change accordingly.
Data granularity
: automatically detected on the backend;Sensitivity
: choose an integer between 1-100, higher sensitivity means more anomalies will show upSnoozing window
: "Do not send out alerts if an alert was already sent in the last __ min",different numbers for Snoozing window, the anomaly score trend visuals will change accordingly.Detected anomalies over time
means the results from the most recent evaluation run. These results provide information about anomalous behavior that occurred over the past 300 points.
Use the slider to zoom in on a particular event.
Metrics Advisor for Equipment will generate the following plot where you can see:
Anomaly score
is the raw output of the model on which the model makes a decision. The anomaly score will have a value from 0-1.78. An anomaly score usually will indicate an anomaly rise or decline, respectively.Anomaly
indicates an anomaly at the current timestamp.Not Anomaly
indicates the current timestamp is not an anomaly.After you click on a particular event, the event details tab indicates which sensors contributed the most to that event. Users can select top 5/10/15 contributors at one time from the dropdown.
Top contributors
is a list containing the contribution score of each variable. Higher contribution scores indicate a higher possibility of the root cause. This list is often used for interpreting anomalies as well as diagnosing the root causes.Contribution scores
for the top 30 variables will total to 100%.Correlated Variables
: this field will show which variables have significant correlation change with the corresponding top contributing variable.NOTE: Metrics Advisor for Equipment will pull 300 data points for each variable when users click on an anomalous point and show the top 5 contributors by default.