From 1f0c300e2cd7315db90e6af75357bbdf4f2b4116 Mon Sep 17 00:00:00 2001 From: Animesh Singh Date: Tue, 12 Mar 2019 17:30:40 -0700 Subject: [PATCH] Fixing the broken links for components source code in XGBoost Spark Pipeline (#952) Lot of the links pointing to source code were broken --- samples/xgboost-spark/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/xgboost-spark/README.md b/samples/xgboost-spark/README.md index 5c88f5b4e91..14759859324 100644 --- a/samples/xgboost-spark/README.md +++ b/samples/xgboost-spark/README.md @@ -31,23 +31,23 @@ pipeline run results. Note that each pipeline run will create a unique directory ## Components source Create Cluster: - [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/xgboost/create_cluster/src) + [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/create_cluster/src) [container](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/create_cluster) Analyze (step one for preprocessing): - [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/xgboost/analyze/src) + [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/analyze/src) [container](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/analyze) Transform (step two for preprocessing): - [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/xgboost/transform/src) + [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/transform/src) [container](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/transform) Distributed Training: - [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/xgboost/train/src) + [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/train/src) [container](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/train) Distributed Predictions: - [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/xgboost/predict/src) + [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/predict/src) [container](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/predict) Confusion Matrix: @@ -61,7 +61,7 @@ ROC: Delete Cluster: - [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/xgboost/delete_cluster/src) + [source code](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/delete_cluster/src) [container](https://github.com/kubeflow/pipelines/tree/master/components/dataproc/delete_cluster)