Skip to content

Commit

Permalink
Fixing the broken links for components source code in XGBoost Spark P…
Browse files Browse the repository at this point in the history
…ipeline (kubeflow#952)

Lot of the links pointing to source code were broken
  • Loading branch information
animeshsingh authored and k8s-ci-robot committed Mar 13, 2019
1 parent 5868158 commit 1f0c300
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/xgboost-spark/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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)


0 comments on commit 1f0c300

Please sign in to comment.