Skip to content

Commit

Permalink
Fix command in xgboost example readme (#5202)
Browse files Browse the repository at this point in the history
Signed-off-by: Junwen Yao <jwyiao@gmail.com>
  • Loading branch information
jwyyy committed Dec 27, 2021
1 parent 4c657b3 commit 62bd02b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/xgboost/xgboost_sklearn/README.md
Expand Up @@ -5,8 +5,9 @@ This example trains an [`XGBoost.XGBRegressor`](https://xgboost.readthedocs.io/e
Like the other XGBoost example, we enable autologging for XGBoost scikit-learn models via `mlflow.xgboost.autolog()`. Saving / loading models also supports XGBoost scikit-learn models.

You can run this example using the following command:

```
python train_sklearn.py
python train.py
```


0 comments on commit 62bd02b

Please sign in to comment.