Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A docs update for incorrect import in docs/book/user-guide/starter-guide/track-ml-models.md #2279

Merged
merged 3 commits into from
Jan 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>