IntermediateML pipelines
This notebook is an exercise in the Intermediate Machine Learning course. You can reference the tutorial at this link.
This notebook is an exercise in the Intermediate Machine Learning course. You can reference the tutorial at this link.
Notice that the dataset contains both numerical and categorical variables.
You’ll obtain a more comprehensive understanding of the missing values in the dataset.
Now it’s time to go through the modeling process and make predictions.
Run the following cell to load your data and some utility functions.