Skip to content

Commit

Permalink
Merge 7aa8421 into 84a1706
Browse files Browse the repository at this point in the history
  • Loading branch information
IronPan committed Aug 10, 2019
2 parents 84a1706 + 7aa8421 commit 494f9aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/src/apiserver/config/sample_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
{
"name":"[Sample] ML - XGBoost - Training with Confusion Matrix",
"description":"A trainer that does end-to-end distributed training for XGBoost models. For source code, refer to https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost-spark",
"file":"/samples/core/xgboost-spark/xgboost-training-cm.py.tar.gz"
"file":"/samples/core/xgboost_training_cm/xgboost_training_cm.py.tar.gz"
},
{
"name":"[Sample] ML - TFX - Taxi Tip Prediction Model Trainer",
"description":"Example pipeline that does classification with model analysis based on a public tax cab BigQuery dataset. For source code, refer to https://github.com/kubeflow/pipelines/tree/master/samples/core/tfx",
"file":"/samples/core/tfx/taxi-cab-classification-pipeline.py.tar.gz"
"file":"/samples/core/tfx_cab_classification/tfx_cab_classification.py.tar.gz"
},
{
"name":"[Sample] Basic - Sequential execution",
Expand All @@ -29,4 +29,4 @@
"description":"A pipeline that downloads a message and prints it out. Exit Handler will run at the end. For source code, refer to https://github.com/kubeflow/pipelines/blob/master/samples/core/exit_handler/exit_handler.py",
"file":"/samples/core/exit_handler/exit_handler.py.tar.gz"
}
]
]

0 comments on commit 494f9aa

Please sign in to comment.