Skip to content

Commit 1b03f6c

Browse files
authored
Merge pull request #53 from GabbyHills/GabbyHills-patch-59
Update Diabetes Ridge Regression Training.ipynb
2 parents 12de4b3 + 091eb4a commit 1b03f6c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

experimentation/Diabetes Ridge Regression Training.ipynb

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@
108108
]
109109
},
110110
{
111+
"cell_type": "code",
112+
"execution_count": 7,
113+
"metadata": {},
114+
"outputs": [],
115+
"source": ["model_name = \"sklearn_regression_model.pkl\"\n",
116+
"\n",
117+
"joblib.dump(value=reg, filename=model_name)"
118+
]
119+
}
120+
],
111121
"metadata": {
112122
"kernelspec": {
113123
"display_name": "Python ",

0 commit comments

Comments
 (0)