We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d89bc59 + ee97beb commit 1338755Copy full SHA for 1338755
experimentation/Diabetes Ridge Regression Training.ipynb
@@ -107,7 +107,27 @@
107
"joblib.dump(value=reg, filename=model_name)"
108
]
109
},
110
- {
+{
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
121
122
123
124
125
126
127
128
129
130
+ ],
131
"metadata": {
132
"kernelspec": {
133
"display_name": "Python ",
0 commit comments