Skip to content

Commit

Permalink
xgboost url update (kubeflow#1052)
Browse files Browse the repository at this point in the history
* xgboost url update

Pipeline overview doc reflected a stale URL. This commit updates to the correct URL of the xgboost-spark directory of the Kubeflow repo.

* Remove docsy submodule

Removing the docsy submodule
  • Loading branch information
edhenry authored and k8s-ci-robot committed Aug 9, 2019
1 parent ca09f1f commit cc50aca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/pipelines/overview/pipelines-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and [components](/docs/pipelines/concepts/component/).
The screenshots and code below show the `xgboost-training-cm.py` pipeline, which
creates an XGBoost model using structured data in CSV format. You can see the
source code and other information about the pipeline on
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/xgboost-spark).
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost-spark).

### The runtime execution graph of the pipeline

Expand All @@ -75,7 +75,7 @@ Kubeflow Pipelines UI:

Below is an extract from the Python code that defines the
`xgboost-training-cm.py` pipeline. You can see the full code on
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/xgboost-spark).
[GitHub](https://github.com/kubeflow/pipelines/tree/master/samples/core/xgboost-spark).

```python

Expand Down

0 comments on commit cc50aca

Please sign in to comment.