Skip to content

Commit d7f4079

Browse files
authored
fix: correct import from DVCLive to dvclive (#5352)
1 parent 570c1bd commit d7f4079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: content/docs/dvclive/ml-frameworks/scikit-learn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ DVCLive provides built-in functions to generate
2525
The following snippet is used inside the Colab Notebook linked above:
2626

2727
```python
28-
from DVCLive import Live
28+
from dvclive import Live
2929

3030
...
3131

0 commit comments

Comments
 (0)