Skip to content

Commit

Permalink
sample tests using the dataset in the corresponding test project (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed Nov 9, 2018
1 parent 156bf6d commit e61735c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/sample-test/run_kubeflow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def main():
job_name = 'kubeflow_sample'
params = {'output': args.output,
'project': 'ml-pipeline-test',
'evaluation': 'gs://ml-pipeline-playground/IntegTest/flower/eval15.csv',
'train': 'gs://ml-pipeline-playground/IntegTest/flower/train30.csv',
'evaluation': 'gs://ml-pipeline-dataset/sample-test/flower/eval15.csv',
'train': 'gs://ml-pipeline-dataset/sample-test/flower/train30.csv',
'hidden-layer-size': '10,5',
'steps': '5'}
response = client.run_pipeline(experiment_id, job_name, args.input, params)
Expand Down

0 comments on commit e61735c

Please sign in to comment.