Skip to content

Commit c155190

Browse files
Updating the model path to the run's outputs directory
Updating the model path to the run's outputs directory to avoid confusion and re-uploading the file ------- cc: @maxluk GitHub Issue: https://github.com/MicrosoftDocs/azure-docs/issues/48242
1 parent a503ed2 commit c155190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-train-scikit-learn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ from azureml.core import Model
184184
from azureml.core.resource_configuration import ResourceConfiguration
185185

186186
model = run.register_model(model_name='sklearn-iris',
187-
model_path='model.joblib',
187+
model_path='outputs/model.joblib',
188188
model_framework=Model.Framework.SCIKITLEARN,
189189
model_framework_version='0.19.1',
190190
resource_configuration=ResourceConfiguration(cpu=1, memory_in_gb=0.5))

0 commit comments

Comments
 (0)