EasyDeepLearn

TFX (TensorFlow Extended) — what is it?

medium

Answer

  • Google's production ML platform for TensorFlow.
  • Pipeline of components: ExampleGen → StatisticsGen → SchemaGen → ExampleValidator → Transform → Trainer → Evaluator → InfraValidator → Pusher.
  • Runs on Apache Beam / Airflow / Kubeflow.
  • Emphasizes data validation + model analysis + versioning.
  • Powers Google's internal ML.
  • Alternatives: MLflow pipelines, Kubeflow Pipelines, Metaflow, ZenML.
  • TFX declining in favor of KFP + custom components.
Check yourself — multiple choice
  • Random
  • Google TF production platform: ExampleGen → StatsGen → SchemaGen → Validator → Transform → Trainer → Evaluator → InfraValidator → Pusher; runs on Beam/Airflow/Kubeflow; declining favor of KFP + custom
  • Same as MLflow
  • Not real

TFX: Google's TF production platform; pipeline components; declining.

#mlops#pipeline

Practise MLOps & Data Quality

215 interview questions in this topic.

Related questions