Skip to content

Commit f8f139f

Browse files
committed
small typo
1 parent 0941de4 commit f8f139f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classifier-e2e/steps/model_trainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def model_trainer(
4141
ClassifierMixin,
4242
ArtifactConfig(
4343
name="breast_cancer_classifier",
44-
artifact_tyoe=ArtifactType.MODEL,
44+
artifact_type=ArtifactType.MODEL,
4545
),
4646
]:
4747
"""Configure and train a model on the training dataset.

0 commit comments

Comments
 (0)