Model Evaluation (via API)¶
After the learning process, you can evaluate the model's performance.
- Use the ANOMALYEVAL API flow to evaluate the trained model over specified time ranges
- A unique model identifier must be specified to indicate which Insights model is to be evaluated.
- Once the evaluation completes successfully, the results are published to the corresponding model’s
/anomaly score
signal for downstream use.
- The evaluation process produces an "Anomaly Score" signal for each monitored signal, which represents the degree of deviation from the learned normal behavior. Scores above 3 generally indicate noteworthy or rare behaviors.
How to evaluate an anomaly model using API has more details.