Skip to content

Updated typos in multiple files #7730

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/cli.md
Original file line number Diff line number Diff line change
@@ -818,7 +818,7 @@ management.
- ${HOME}/tfx/local, beam, airflow, vertex
- Pipeline metadata read from the configuration is stored under
`${HOME}/tfx/${ORCHESTRATION_ENGINE}/${PIPELINE_NAME}`. This location
can be customized by setting environment varaible like `AIRFLOW_HOME` or
can be customized by setting environment variable like `AIRFLOW_HOME` or
`KUBEFLOW_HOME`. This behavior might be changed in future releases. This
directory is used to store pipeline information including pipeline ids
in the Kubeflow Pipelines cluster which is needed to create runs or
2 changes: 1 addition & 1 deletion docs/guide/custom_component.md
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ class HelloComponentSpec(types.ComponentSpec):

Next, write the executor code for the new component. Basically, a new subclass
of `base_executor.BaseExecutor` needs to be created with its `Do` function
overriden. In the `Do` function, the arguments `input_dict`, `output_dict` and
overridden. In the `Do` function, the arguments `input_dict`, `output_dict` and
`exec_properties` that are passed in map to `INPUTS`, `OUTPUTS` and `PARAMETERS`
that are defined in ComponentSpec respectively. For `exec_properties`, the value
can be fetched directly through a dictionary lookup. For artifacts in
2 changes: 1 addition & 1 deletion docs/tutorials/tfx/cloud-ai-platform-pipelines.md
Original file line number Diff line number Diff line change
@@ -769,7 +769,7 @@ gcloud config set project YOUR_PROJECT_ID
gcloud services list --available | grep Dataflow

# If you don't see dataflow.googleapis.com listed, that means you haven't been
# granted access to enable the Dataflow API. See your account adminstrator.
# granted access to enable the Dataflow API. See your account administrator.

# Enable the Dataflow service:

3,078 changes: 1,539 additions & 1,539 deletions docs/tutorials/tfx/components.ipynb

Large diffs are not rendered by default.

3,128 changes: 1,564 additions & 1,564 deletions docs/tutorials/tfx/components_keras.ipynb

Large diffs are not rendered by default.

2,012 changes: 1,006 additions & 1,006 deletions docs/tutorials/tfx/gcp/vertex_pipelines_vertex_training.ipynb

Large diffs are not rendered by default.

3,014 changes: 1,507 additions & 1,507 deletions docs/tutorials/tfx/gpt2_finetuning_and_conversion.ipynb

Large diffs are not rendered by default.

3,808 changes: 1,904 additions & 1,904 deletions docs/tutorials/tfx/neural_structured_learning.ipynb

Large diffs are not rendered by default.

3,078 changes: 1,539 additions & 1,539 deletions docs/tutorials/tfx/penguin_template.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/tutorials/tfx/template.ipynb
Original file line number Diff line number Diff line change
@@ -283,7 +283,7 @@
"id": "ozHIomcd0olB"
},
"source": [
"TFX includes the [`taxi` template](https://github.com/tensorflow/tfx/tree/master/tfx/experimental/templates/taxi) with the TFX python package. If you are planning to solve a point-wise prediction problem, including classification and regresssion, this template could be used as a starting point.\n",
"TFX includes the [`taxi` template](https://github.com/tensorflow/tfx/tree/master/tfx/experimental/templates/taxi) with the TFX python package. If you are planning to solve a point-wise prediction problem, including classification and regression, this template could be used as a starting point.\n",
"\n",
"The `tfx template copy` CLI command copies predefined template files into your project directory."
]