Solution: Model the Auto MPG Dataset
View the solution to the “Model the Auto MPG Dataset” exercise.
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 here is to:
See if there is missing data and deal with that.
Look for the columns that need dummies.
Do a little machine learning. Try predicting mileage per gallon (
mpg
) after creating reasonable dummy variables.
Solution
The provided workspace contains the code solution for the task mentioned above.
Get hands-on with 1400+ tech skills courses.