From 90d13a79db69ec02827b320cb6441742d317108e Mon Sep 17 00:00:00 2001 From: David de la Iglesia Castro Date: Mon, 27 Jun 2022 18:46:38 +0200 Subject: [PATCH] Fix xgb import (#3695) Closes iterative/dvclive#262 --- content/docs/dvclive/ml-frameworks/xgboost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/dvclive/ml-frameworks/xgboost.md b/content/docs/dvclive/ml-frameworks/xgboost.md index cafb695136..b8f965c4f4 100644 --- a/content/docs/dvclive/ml-frameworks/xgboost.md +++ b/content/docs/dvclive/ml-frameworks/xgboost.md @@ -13,7 +13,7 @@ You just need to add the to the callbacks list passed to the `xgboost.train` call: ```git -+from dvclive.xgboost import DvcLiveCallback ++from dvclive.xgb import DvcLiveCallback . . .