Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs for XGBoost #2965

Merged
merged 1 commit into from
Sep 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion content/en/docs/components/training/xgboost.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "XGBoost Training"
title = "XGBoost Training (XGBoostJob)"
description = "Instructions for using XGBoost"
weight = 30

Expand Down Expand Up @@ -31,6 +31,18 @@ xgboostjobs.kubeflow.org 4d
...
```

Check that the Training operator is running via:

```
kubectl get pods -n kubeflow
```

The output should include `training-operator-xxx` like the following:

```
NAME READY STATUS RESTARTS AGE
training-operator-d466b46bc-xbqvs 1/1 Running 0 4m37s
```

## Creating a XGBoost Job

Expand Down