GregLab | Exam Prep

Fundamentals of AI and ML

Traditional ML Metrics

Traditional metrics depend on the problem type. Classification, regression, and ranking tasks use different measures, and the best metric should match the business cost of errors.

Concepts

  • Accuracy measures overall correctness but can hide class imbalance problems.
  • Precision answers: when the model predicted positive, how often was it right?
  • Recall answers: of actual positives, how many did the model catch?
  • F1 is the harmonic mean of precision and recall.
  • AUC-ROC summarizes ranking quality across classification thresholds.
  • MSE, RMSE, MAE, and R-squared are common regression metrics.
  • The same recall and precision idea reappears in RAG evaluation as context recall and context precision, applied to retrieved chunks instead of predictions.

Exam tips

  • Precision focuses on correctness of positive predictions; recall focuses on catching actual positives.
  • F1 balances precision and recall.
  • RMSE, MAE, MSE, and R-squared are regression metrics.

Free AWS Certified AI Practitioner prep

Build focused AIF-C01 quizzes from exam domains, topics, and AWS services.

Practice with exam-style multiple-choice and multiple-response questions, clearly labeled supplemental exercises, score breakdowns, explanations, and a compact reference for this lane's official exam domains.

Build a quiz

Exam Weights

Quiz builder

Choose your practice set

Mode

Exam fidelity: AWS lists multiple choice and multiple response for this exam. Ordering, matching, and case-study items are supplemental learning exercises; their results stay in overall study accuracy but do not count toward exam-style accuracy. Difficulty labels describe this site's scenario complexity, not an AWS-published question rating.

Reference

AIF-C01 topics and service map

Study links

AIF-C01 resources