Skip to content

Commit

Permalink
Fix typo in lightgbm example README (#5271)
Browse files Browse the repository at this point in the history
* fix typo

Signed-off-by: Junwen Yao <jwyiao@gmail.com>

* [update] remove empty line

Signed-off-by: Junwen Yao <jwyiao@gmail.com>
  • Loading branch information
jwyyy committed Jan 15, 2022
1 parent ee9532a commit acbf433
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/lightgbm/README.md
@@ -1,4 +1,4 @@

# Examples for LightGBM Autologging

LightGBM autologging functionalities are demonstrated through two examples. The first example in the `lightgbm_native` folder logs a Booster model trained by `xgboost.train()`. The second example in the `lightgbm_sklearn` folder shows how autologging works for LightGBM scikit-learn models. The autologging for all LightGBM models is enabled via `mlflow.xgboost.autolog()`.
LightGBM autologging functionalities are demonstrated through two examples. The first example in the `lightgbm_native` folder logs a Booster model trained by `lightgbm.train()`. The second example in the `lightgbm_sklearn` folder shows how autologging works for LightGBM scikit-learn models. The autologging for all LightGBM models is enabled via `mlflow.lightgbm.autolog()`.
1 change: 0 additions & 1 deletion examples/lightgbm/lightgbm_native/README.md
Expand Up @@ -21,5 +21,4 @@ mlflow ui

```
mlflow run . -P learning_rate=0.2 -P colsample_bytree=0.8 -P subsample=0.9
```

0 comments on commit acbf433

Please sign in to comment.