January 2018
Beginner to intermediate
316 pages
7h 14m
English
Before we jump into the code, let's have a quick refresher of pipelines:
The purpose of the pipeline is to assemble several steps that can be cross-validated together while setting different parameters. Once we have built our custom transformers for each column that needs imputing, we will pass them all through a pipeline so that our data can be transformed in one go. Let's build our custom category imputer to start.
Read now
Unlock full access