Layers

Layers are how you build Pipelines. They’re the transformations you’re applying to your data.

Image Layers

These Layers are for transformations geared towards image data.

Missing Data Layers

These Layers are for dealing with missing data.

Numeric Layers

These Layers are for mathematical operations on your data, such as arithmetic.

Shaping Layers

These Layers are for manipulating the shape of your data, from adding axes to creating time series windows.

Text Layers

These Layers are for manipulating text data.