Skip to content

Commit e381fd7

Browse files
committed
Clarified where the switch is to turn off evaluation
1 parent 7dfa2d3 commit e381fd7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,8 +390,7 @@ For the model to provide real-time inference capabilities, the score code needs
390390
### Update Evaluation Code
391391
The MLOpsPython template uses the evaluate_model script to compare the performance of the newly trained model and the current production model based on Mean Squared Error. If the performance of the newly trained model is better than the current production model, then the pipelines continue. Otherwise, the pipelines are stopped. To keep evaluation, replace all instances of `mse` in `code/evaluate/evaluate_model.py` with the metric that you want.
392392

393-
To get rid of evaluation, enable the switch to skip the evaluation step in the pipeline.
394-
393+
To get rid of evaluation, set the DevOps pipeline variable `RUN_EVALUATION` in `.pipelines\diabetes_regression-variables` to false.
395394
396395
## Next steps
397396

0 commit comments

Comments
 (0)