[XGboost] Update Documentation (#13017)

Co-authored-by: Richard Liaw <rliaw@berkeley.edu>
This commit is contained in:
Amog Kamsetty
2021-01-04 17:21:04 -08:00
committed by GitHub
parent 46cf433f0e
commit 15e86581bd
3 changed files with 81 additions and 3 deletions
+2 -2
View File
@@ -222,8 +222,8 @@ def mlflow_mixin(func: Callable):
You can also use MlFlow's autologging feature if using a training
framework like Pytorch Lightning, XGBoost, etc. More information can be
found here (https://mlflow.org/docs/latest/tracking.html#automatic
-logging).
found here
(https://mlflow.org/docs/latest/tracking.html#automatic-logging).
.. code-block:: python