Skip to content

Commit

Permalink
A docs update for incorrect import in docs/book/user-guide/starter-gu…
Browse files Browse the repository at this point in the history
…ide/track-ml-models.md (zenml-io#2279)

* Remove manual linkage from docs (zenml-io#2272) (zenml-io#2273)

(cherry picked from commit 625c46c)

* Update track-ml-models.md

---------

Co-authored-by: Alex Strick van Linschoten <[email protected]>
  • Loading branch information
2 people authored and kabinja committed Jan 29, 2024
1 parent ecb68ce commit 613b4a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/user-guide/starter-guide/track-ml-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Once you configure a pipeline this way, **all** artifacts generated during pipel

```python
from zenml import pipeline
from zenml.model import ModelVersion
from zenml import ModelVersion

model_version = ModelVersion(
# The name uniquely identifies this model
Expand Down Expand Up @@ -268,4 +268,4 @@ ZenML Model and Model Versions are some of the most powerful features in ZenML.
guide.

<!-- For scarf -->
<figure><img alt="ZenML Scarf" referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" /></figure>
<figure><img alt="ZenML Scarf" referrerpolicy="no-referrer-when-downgrade" src="https://static.scarf.sh/a.png?x-pxid=f0b4f458-0a54-4fcd-aa95-d5ee424815bc" /></figure>

0 comments on commit 613b4a5

Please sign in to comment.