TFX¶
TFX is an end-to-end platform for deploying production ML pipelines.
When you're ready to move your models from research to production, use TFX to create and manage a production pipeline.
How it works¶
A TFX pipeline is a sequence of components that implement an ML pipeline which is specifically designed for scalable, high-performance machine learning tasks. Components are built using TFX libraries which can also be used individually.
-
Install TFX
-
User Guide
Learn more about how to get started with TFX in the user guide.
-
View The Tutorials
Learn from real world examples that use TFX.
-
API Reference
The API reference contains details about functions, classes, and modules that are part of TFX.