For the complete documentation index, see llms.txt. This page is also available as Markdown.

ML Transformer

Transformer:

A Transformer is an algorithm which can transform one DataFrame into another DataFrame. E.g., an ML model is a Transformer which transforms a DataFrame with features into a DataFrame with predictions.

Keyword of a transformer is method used: transform

Last updated