Building a pipeline#
See End-to-End pipeline for further details. For more flexibility and control to build pipelines, see the skrub DataOps.
Get a simple machine-learning pipeline for tabular data. |
|
Get a simple machine-learning pipeline for tabular data. |
|
Transform a dataframe to a numeric (vectorized) representation. |
|
Select a subset of a DataFrame's columns. |
|
Drop a subset of a DataFrame's columns. |
|
Map a transformer to columns in a dataframe. |
|
Apply a transformer to part of a dataframe. |