Skip to content

Commit

Permalink
Addressed the PR feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Mar 7, 2019
1 parent 04bd6b4 commit e02f7c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/tfx-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ tfx/examples/chicago_taxi_pipeline/taxi_pipeline_kubeflow_large.py
Configure
- Set `_input_bucket` to the GCS directory where you've copied taxi_utils.py. I.e. gs://<my bucket>/<path>/
- Set `_output_bucket` to the GCS directory where you've want the results to be written
- Set GCP project ID (replace my-gcp-project). Note that it should be project ID (usually has numbers in the end), not project name.
- Set GCP project ID (replace my-gcp-project). Note that it should be project ID, not project name.
- The original BigQuery dataset has 100M rows, which can take time to process. Modify the selection criteria (% of records) to run a sample test.

## Compile and run the pipeline
Expand Down
4 changes: 3 additions & 1 deletion samples/tfx-oss/TFX Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
"source": [
"# TFX on KubeFlow Pipelines Example\n",
"\n",
"This notebook should be run inside a KF Pipelines cluster.\n",
"\n",
"### Install TFX and KFP packages"
]
},
Expand Down Expand Up @@ -68,7 +70,7 @@
"Configure:\n",
"- Set `_input_bucket` to the GCS directory where you've copied taxi_utils.py. I.e. gs://<my bucket>/<path>/\n",
"- Set `_output_bucket` to the GCS directory where you've want the results to be written\n",
"- Set GCP project ID (replace my-gcp-project). Note that it should be project ID (usually has numbers in the end), not project name.\n",
"- Set GCP project ID (replace my-gcp-project). Note that it should be project ID, not project name.\n",
"\n",
"The dataset in BigQuery has 100M rows, you can change the query parameters in WHERE clause to limit the number of rows used.\n"
]
Expand Down

0 comments on commit e02f7c4

Please sign in to comment.