We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0941de4 commit f8f139fCopy full SHA for f8f139f
classifier-e2e/steps/model_trainer.py
@@ -41,7 +41,7 @@ def model_trainer(
41
ClassifierMixin,
42
ArtifactConfig(
43
name="breast_cancer_classifier",
44
- artifact_tyoe=ArtifactType.MODEL,
+ artifact_type=ArtifactType.MODEL,
45
),
46
]:
47
"""Configure and train a model on the training dataset.
0 commit comments