Search⌘ K
AI Features

Exercise: Model the Auto MPG Dataset

Explore how to preprocess the Auto MPG dataset by addressing missing values and generating dummy variables for categorical features. Learn to build a machine learning model to predict miles per gallon and apply practical data handling skills in Python.

We'll cover the following...

Let's practice what we have learned so far.

Task

There is a dataset, auto_data.csv, available in the provided workspace. The task ...