Skip to content

Lesson 5: Introduction to Machine Learning

Introduction to Data Science

Machine learning is the process by which computers can learn from data. In this lesson you will build machine learning models that predict the values of a target feature from one or more input features.


In this activity you will build linear models that predict the emissions of cars in the AQA large data set. You’ll also meet one way of evaluating the effectiveness of a model.

Kaggle coding activity Colab coding activity