Caesar AI Atlas

Knowledge Base

Questions: Model Evaluation & Monitoring

Authoritative answers to AI compliance, governance, and technical questions. Written for legal, compliance, and engineering teams.

40

Full Guides

120

Total Q&A

All Questions (120)Full Guides (40)FAQ Only (80)Clear filter
Filter by difficulty:

Beginner

Intermediate

High PriorityIntermediate

What is an F1 score?

The F1 score is the harmonic mean of precision and recall, used to evaluate classification and information extraction performance. It ranges from 0 to 1, with higher values indicating a better balance between correctly identified positives and missed positives.

1 term1 topic
Medium PriorityIntermediate

How are false positives and false negatives different?

Use False Positive for an incorrect positive flag; use False Negative for an incorrect failure to detect a real positive condition.

1 term1 topic
Medium PriorityIntermediate

What is a classification threshold?

A classification threshold is a chosen cutoff value used to convert a model's score or probability into a class prediction. Changing the threshold can alter the balance between false positives and false negatives, making threshold selection an important governance and performance decision.

1 term1 topic
Medium PriorityIntermediate

What is validation data?

Validation data is data used to evaluate a model during development and tune choices such as hyperparameters, thresholds, or learning processes. It should be distinct from training and test data to help detect underfitting, overfitting, and generalization problems.

1 term1 topic
Medium PriorityIntermediate

What is a test set?

A test set is a reserved dataset used to provide an independent evaluation of a trained model or AI system. It should be separated from training and validation data so that performance estimates better reflect behavior on unseen data before deployment or release.

1 term1 topic
Medium PriorityIntermediate

What is model monitoring?

Model monitoring is the continuous observation of a deployed model's performance, inputs, outputs, drift, errors, latency, and operational health. It helps detect degradation, misuse, bias, security issues, and conditions that require retraining or intervention.

1 term1 topic

Advanced