Skip to content

Commit 79ee3b4

Browse files
authored
Merge pull request #104831 from RohitMungi-MSFT/patch-38
Updating the model path to the run's outputs directory
2 parents bffface + c155190 commit 79ee3b4

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)