Pipelines
Pipelines are a simple way to keep your data preprocessing and modeling code organized.
Pipelines are a simple way to keep your data preprocessing and modeling code organized.
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.