Skip to content

Commit de91767

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#108151
We made changes in line no:439 From: " Covert" To: "Convert"
1 parent 39e4e9a commit de91767

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)