Skip to content

Commit

Permalink
Model taken out
Browse files Browse the repository at this point in the history
  • Loading branch information
htahir1 committed Dec 21, 2023
1 parent 56360c9 commit 58a98b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/steps/model_promoter.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def model_promoter(accuracy: float, stage: str = "production") -> bool:
)
# We compare their metrics
prod_accuracy = (
stage_model_version.get_artifact("model")
stage_model_version.get_artifact("sklearn_classifier")
.run_metadata["test_accuracy"]
.value
)
Expand Down

0 comments on commit 58a98b0

Please sign in to comment.