MLOpsPython icon indicating copy to clipboard operation
MLOpsPython copied to clipboard

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

Open eyast opened this issue 4 years ago • 1 comments
trafficstars

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

But the model is called reg_model

eyast avatar Feb 01 '21 20:02 eyast

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

eyast avatar Feb 01 '21 20:02 eyast