Skip to content

Commit f009f23

Browse files
authored
Merge pull request #33 from GabbyHills/GabbyHills-patch-37
Update Diabetes Ridge Regression Training.ipynb
2 parents abf6d33 + 1d765fb commit f009f23

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

experimentation/Diabetes Ridge Regression Training.ipynb

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@
5959
" return reg_model"
6060
]
6161
},
62-
{
63-
"cell_type": "markdown",
64-
"metadata": {},
65-
"source": [
66-
"## Main Program"
67-
]
68-
},
6962
{
7063
"cell_type": "code",
7164
"execution_count": 4,
@@ -89,7 +82,10 @@
8982
" \"alpha\": 0.5\n",
9083
"}\n",
9184
"\n",
92-
"reg_model = Ridge(**args)"
85+
"reg_model = Ridge(**args)\n",
86+
"\n",
87+
"# Validate Model on Validation Set\n",
88+
"metrics = get_model_metrics(reg, data)\n"
9389
]
9490
},
9591
{

0 commit comments

Comments
 (0)