C3 AI Documentation Home

Machine Learning Pipes on the C3 Agentic AI Platform

A pipe is one of the building blocks for a pipeline, that is either a pipeline itself or an atomic pipe. It corresponds to a contained unit of machine learning estimator or transformer.

In the C3 Agentic AI Platform, MlPipes are used as building blocks, which can be used to define and implement custom pipes in Python using external frameworks.

For details on creating pipes MlPipes, see one of the following tutorials:

The following Python libraries are supported:

  • gluonts
  • huggingface
  • keras
  • sklearn
  • sktime
  • spacy

See also Overview of Pandas APIs.

See also

Was this page helpful?