File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ they can be disabled via the `include_default_metrics` setting in
69
69
Note: To run with an ` EvalSavedModel ` , just set ` signature_name: "eval" ` in the
70
70
model spec.
71
71
72
- See [ FAQ] ( faq.md ) for more information no how to setup and configure these
72
+ See [ FAQ] ( faq.md ) for more information on how to setup and configure these
73
73
different model types.
74
74
75
75
## Setup
@@ -116,7 +116,7 @@ eval_config = text_format.Parse("""
116
116
}
117
117
## Post export metric information
118
118
metrics_specs {
119
- # This adds AUC and as a post training metric. If the model has built in
119
+ # This adds AUC as a post training metric. If the model has built in
120
120
# training metrics which also contains AUC, this metric will replace it.
121
121
metrics { class_name: "AUC" }
122
122
# ... other post training metrics ...
@@ -296,4 +296,4 @@ frontend components included in TFMA. For example:
296
296
* [ Visualizations] ( visualizations.md )
297
297
* [ Architecture] ( architecture.md )
298
298
* [ FAQ] ( faq.md )
299
- * [ API Reference] ( https://www.tensorflow.org/tfx/model_analysis/api_docs )
299
+ * [ API Reference] ( https://www.tensorflow.org/tfx/model_analysis/api_docs/python/tfma )
You can’t perform that action at this time.
0 commit comments