Skip to content

Commit d05c51f

Browse files
Merge pull request #234359 from Naveenommi-MSFT/patch-35
(AzureCXP) fixes MicrosoftDocs/azure-docs#108151
2 parents 39e4e9a + de91767 commit d05c51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/v1/how-to-convert-ml-experiment-to-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ The `train_aml.py` file found in the `diabetes_regression/training` directory in
436436

437437
### Create Python file for the Diabetes Ridge Regression Scoring notebook
438438

439-
Covert your notebook to an executable script by running the following statement in a command prompt that which uses the `nbconvert` package and the path of `experimentation/Diabetes Ridge Regression Scoring.ipynb`:
439+
Convert your notebook to an executable script by running the following statement in a command prompt that which uses the `nbconvert` package and the path of `experimentation/Diabetes Ridge Regression Scoring.ipynb`:
440440

441441
```
442442
jupyter nbconvert "Diabetes Ridge Regression Scoring.ipynb" --to script --output score

0 commit comments

Comments
 (0)