Building a pipeline#
See end_to_end_pipeline for further details. For more flexibility and control to build pipelines, see the skrub expressions.
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. |