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 abf6d33 + 1d765fb commit f009f23Copy full SHA for f009f23
experimentation/Diabetes Ridge Regression Training.ipynb
@@ -59,13 +59,6 @@
59
" return reg_model"
60
]
61
},
62
- {
63
- "cell_type": "markdown",
64
- "metadata": {},
65
- "source": [
66
- "## Main Program"
67
- ]
68
- },
69
{
70
"cell_type": "code",
71
"execution_count": 4,
@@ -89,7 +82,10 @@
89
82
" \"alpha\": 0.5\n",
90
83
"}\n",
91
84
"\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"
93
94
95
0 commit comments