Skip to content

Commit 2f5b22a

Browse files
authored
Merge pull request #60 from GabbyHills/GabbyHills-patch-66
Update Diabetes Ridge Regression Scoring.ipynb
2 parents c9ebe0b + 63a7ffc commit 2f5b22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimentation/Diabetes Ridge Regression Scoring.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"metadata": {},
66
"outputs": [],
77
"source": [
8-
"def init()\n",
98
"import json\n",
109
"import numpy\n",
1110
"from azureml.core.model import Model\n",
@@ -25,6 +24,7 @@
2524
"metadata": {},
2625
"outputs": [],
2726
"source": [
27+
"def init()\n",
2828
"model_path = Model.get_model_path(model_name=\"sklearn_regression_model.pkl\")\n",
2929
"model = joblib.load(model_path)"
3030
]

0 commit comments

Comments
 (0)