Building a pipeline#

tabular_learner

Get a simple machine-learning pipeline for tabular data.

TableVectorizer

Transform a dataframe to a numerical (vectorized) representation.

SelectCols

Select a subset of a DataFrame's columns.

DropCols

Drop a subset of a DataFrame's columns.