Skip to content

Commit

Permalink
Update README.md (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
paveldournov authored Mar 6, 2019
1 parent 05b1a07 commit dd1b11e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions samples/tfx-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,9 @@ Configure
- GCS storage bucket name (replace "my-bucket")
- GCP project ID (replace "my-gcp-project")
- Make sure the path to the taxi_utils.py is correct
- Set the limit on the BigQuery query. The original dataset has 100M rows, which can take time to process. Set it to 20000 to run an sample test.
- 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 a run the pipeline
## Compile and run the pipeline
```
python tfx/examples/chicago_taxi_pipeline/taxi_pipeline_kubeflow_large.py
```
Expand Down

0 comments on commit dd1b11e

Please sign in to comment.