Path: blob/master/site/en-snapshot/tfx/guide/modelval.md
56961 views
The ModelValidator TFX Pipeline Component (Deprecated)
The ModelValidator was used to check if a model was good enough to be used in production. We still think that validation is useful, but since the model Evaluator has already computed all the metrics you want to validate against we decided to fuse the two so you don't have to duplicate the computations.
While we have deprecated the ModelValidator and don't recommend it's use, if you need to maintain an existing ModelValidator component an example configuration is as follows:
For those that would like to migrate the configuration to the Evaluator, a similar configuration for the Evaluator would look as follows: