Skip to content

Commit 58a98b0

Browse files
committed
Model taken out
1 parent 56360c9 commit 58a98b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/steps/model_promoter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def model_promoter(accuracy: float, stage: str = "production") -> bool:
4646
)
4747
# We compare their metrics
4848
prod_accuracy = (
49-
stage_model_version.get_artifact("model")
49+
stage_model_version.get_artifact("sklearn_classifier")
5050
.run_metadata["test_accuracy"]
5151
.value
5252
)

0 commit comments

Comments
 (0)