Skip to content

Commit

Permalink
Fix xgb import (iterative#3695)
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Jun 27, 2022
1 parent c065cd5 commit 90d13a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/dvclive/ml-frameworks/xgboost.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
. . .
Expand Down

0 comments on commit 90d13a7

Please sign in to comment.