ExampleValidator

E457345

ExampleValidator is a TensorFlow Extended component that automatically analyzes input data to detect anomalies and validate examples before they are used in machine learning pipelines.

All labels observed (1)

Label Occurrences
ExampleValidator canonical 5

How this entity was disambiguated

Statements (47)

Predicate Object
instanceOf TensorFlow Extended component
data validation tool
machine learning pipeline component
canBeRun as part of a TFX pipeline
in orchestrators such as Apache Airflow
in orchestrators such as Kubeflow Pipelines
canDetect distributional drift
missing feature values
out-of-range feature values
schema violations
unexpected feature types
category MLOps tooling
data quality
configuration ExampleValidatorConfig
dependsOn TensorFlow Data Validation
linked to: TF Data Validation
developedBy Google
documentationURL https://www.tensorflow.org/tfx/guide/exampleval
hasGoal improve reliability of ML pipelines
prevent bad data from entering ML models
implementedIn Python
input TFX Example artifacts
data schema
data statistics
integratesWith Evaluator
ExampleGen
StatisticsGen
Trainer
operatesOn evaluation data
serving data
training data
output TFX ExampleValidation artifacts
anomalies report
validation results
partOf TensorFlow Extended
relatedTo TensorFlow Data Validation
linked to: TF Data Validation

TensorFlow Extended
supports batch data validation
validation in production pipelines
usedFor automatic analysis of input data
detecting data anomalies
ensuring data quality before model training
identifying training-serving skew
schema-based data validation
statistical data validation
validating examples
usedIn TensorFlow Extended pipelines
linked to: TensorFlow Extended

machine learning pipelines

How these facts were elicited

Referenced by (5)

Full triples — surface form annotated when it differs from this entity's canonical label.

TensorFlow Extended hasComponent ExampleValidator
TFX includesComponent ExampleValidator
StatisticsGen outputUsedBy ExampleValidator
SchemaGen usedWith ExampleValidator
Pusher usedWith ExampleValidator