EasyDeepLearn

What is data / model lineage and why does it matter?

medium

Answer

  • Lineage = trace of every data + code + config + upstream dependency that produced an artifact.
  • Model lineage: dataset version → feature spec → training code commit → hyperparameters → resulting weights → deployed endpoint.
  • Tools: MLflow, Weights & Biases, Neptune, Kubeflow Metadata.
  • Matters for: (1) reproducibility, (2) blame during incidents, (3) regulatory compliance (GDPR / SR 11-7 / EU AI Act), (4) impact analysis when data source changes.
Check yourself — multiple choice
  • Random
  • Trace of every input (data + code + config) that produced artifact; MLflow / W&B / Neptune / Kubeflow Metadata; reproducibility + blame + compliance + impact analysis
  • Same as backup
  • Not real

Lineage: full provenance trace; reproduce / blame / compliance / impact.

#reproducibility#mlops

Practise MLOps & Data Quality

215 interview questions in this topic.

Related questions