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.
2 parents bffface + c155190 commit 79ee3b4Copy full SHA for 79ee3b4
articles/machine-learning/how-to-train-scikit-learn.md
@@ -184,7 +184,7 @@ from azureml.core import Model
184
from azureml.core.resource_configuration import ResourceConfiguration
185
186
model = run.register_model(model_name='sklearn-iris',
187
- model_path='model.joblib',
+ model_path='outputs/model.joblib',
188
model_framework=Model.Framework.SCIKITLEARN,
189
model_framework_version='0.19.1',
190
resource_configuration=ResourceConfiguration(cpu=1, memory_in_gb=0.5))
0 commit comments