Skip to content

Commit

Permalink
latest
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Nov 22, 2023
1 parent c826a0b commit 2562a1a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/book/user-guide/starter-guide/track-ml-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,10 +214,7 @@ from zenml import step, get_step_context
@step
def predict(
data: pd.DataFrame,
) -> Annotated[
pd.Series,
"predictions"
]:
) -> Annotated[pd.Series, "predictions"]:
# model_name and model_version derived from pipeline context
model_version = get_step_context().model_version

Expand Down

0 comments on commit 2562a1a

Please sign in to comment.