This chapter introduces the essential practice of evaluating machine learning models. Building a model is only part of the process; determining its effectiveness is equally important before it can be used reliably. We will examine why assessing model performance is a fundamental step in the machine learning workflow.
You will learn about evaluation metrics, the quantitative tools used to measure how effectively a model makes predictions or estimates. We will differentiate between the two primary types of supervised learning problems addressed in this course: classification, which involves assigning data points to predefined categories, and regression, which involves predicting continuous numerical values. This chapter lays the groundwork by defining these concepts and providing an overview of the standard evaluation procedure.
By the end of this chapter, you will be able to:
1.1 What is a Machine Learning Model?
1.2 Why Evaluating Models Matters
1.3 The Goal of Evaluation Metrics
1.4 Types of Learning Problems: Classification
1.5 Types of Learning Problems: Regression
1.6 Overview of the Evaluation Process
© 2025 ApX Machine Learning