model-evaluation-metrics
AI Essentials - Grok · 26 questions
- When diagnosing why a learner underperforms, practitioners separate systematic wrongness from sensitivity to training quirks. How do bias and variance differ in this sense?
- Improving fit on the training sample can hurt performance on unseen examples if the model becomes too brittle. What does the bias–variance tradeoff describe?
- Which metric is commonly used to evaluate how well a regression model predicts continuous targets?
- In a supervised classification project, what is the primary purpose of a confusion matrix?
- In binary classification metrics, what does the F1 score specifically measure?
- Why do practitioners commonly use cross-validation when assessing a supervised model?
- What is the purpose of a learning curve when diagnosing a machine learning model?
- In a multi-class classification setting, how is the accuracy metric defined?
- In binary classification, which outcome is called a false positive?
- When is k-fold cross-validation the most appropriate choice during model development?
- When the business cost of missing a positive case (false negative) is especially severe, which evaluation priority is most appropriate, and which application best illustrates that need?
- For a regression model, what does a low mean absolute error (MAE) tell you about performance?
- During model development, what is the main purpose of a validation set?
- A retail forecasting model systematically underestimates weekly unit sales by about 10% across regions and seasons. What type of prediction error does this consistent directional miss primarily illustrate?
- In a classification task, what information does a confusion matrix primarily present?
- While reviewing a binary classifier’s metrics, you observe a low F1 score. What does that primarily indicate?
- During training, a deep network’s training loss keeps falling, but validation loss begins to rise. What phenomenon does this pattern indicate?
- What is the main purpose of the model validation phase in an AI project?
- A practitioner needs a deeper understanding of where a trained model is failing on a defined task so improvements can be prioritized. Which approach is most effective for that diagnostic analysis?
- A binary classifier reports low precision on a validation set. What does that metric pattern most directly suggest about its errors?
- A company runs a generative AI assistant for customer support. Leadership wants sustained reliability in production. Which practice is a key part of responsible ongoing problem-solving for that system?
- A fraud-detection model scores excellently on internal lab benchmarks but performs poorly after go-live. Which cause is most likely?
- For reliable model evaluation during the testing phase of an AI project, which practice is most important?
- A hospital classifier predicts whether a patient needs urgent follow-up. Leadership is worried the model misses too many truly high-risk patients (false negatives). Which evaluation artifact should the team examine to count and analyze those false negatives alongside the other error types?
- When you are solving a machine-learning problem, what is the primary value of using cross-validation during model assessment?
- A data science team retrains the same algorithm many times, each time on a different random sample drawn from the same population. Across those runs, the model's predictions on a fixed holdout set barely change. In bias–variance terms, what does this stable behavior primarily indicate?