microsoft / MLOpsPython

MLOps using Azure ML Services and Azure DevOps
MIT License
1.19k stars 1.08k forks source link

MLOpsPython/experimentation/Diabetes Ridge Regression Training.ipynb - incorrect model name when saving #344

Open eyast opened 3 years ago

eyast commented 3 years ago

The last cell calls joblin.dump(value=reg, filename=model_name)

But the model is called reg_model

eyast commented 3 years ago

JFYI - docs.microsoft.com copied/pasted your code block (with the same mistake), so you might be better off renaming the variable to "reg" and removing references of "reg_model" altogether. Reference here: https://docs.microsoft.com/en-us/azure/machine-learning/tutorial-convert-ml-experiment-to-production