Skip to content

Commit 5c3ff12

Browse files
tf-model-analysis-teamtfx-copybara
tf-model-analysis-team
authored andcommitted
Fix broken link and other small typos in Getting Started guide.
PiperOrigin-RevId: 471524277
1 parent 1fb0763 commit 5c3ff12

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

g3doc/get_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ they can be disabled via the `include_default_metrics` setting in
6969
Note: To run with an `EvalSavedModel`, just set `signature_name: "eval"` in the
7070
model spec.
7171

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
7373
different model types.
7474

7575
## Setup
@@ -116,7 +116,7 @@ eval_config = text_format.Parse("""
116116
}
117117
## Post export metric information
118118
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
120120
# training metrics which also contains AUC, this metric will replace it.
121121
metrics { class_name: "AUC" }
122122
# ... other post training metrics ...
@@ -296,4 +296,4 @@ frontend components included in TFMA. For example:
296296
* [Visualizations](visualizations.md)
297297
* [Architecture](architecture.md)
298298
* [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)

0 commit comments

Comments
 (0)