Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed May 21, 2024
1 parent 7b7b721 commit 5d04482
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ def predict(
default=[[5.2, 2.3, 5.0, 0.7]]
),
) -> np.ndarray:
return self.artifacts.model.predict(df)
return self.model.predict(df)

0 comments on commit 5d04482

Please sign in to comment.