Skip to content

Commit 7e38b2d

Browse files
authored
Merge pull request #24 from GabbyHills/GabbyHills-patch-27
Update Diabetes Ridge Regression Training.ipynb
2 parents 96aaac2 + f373bfa commit 7e38b2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

experimentation/Diabetes Ridge Regression Training.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@
5151
" columns=sample_data.feature_names)\n",
5252
"df['Y'] = sample_data.target\n",
5353
"\n",
54-
"## Split Data into Training and Validation Sets\n",
55-
" def = split_data(df):\n"
56-
"\n"
57-
"# experiment parameters\n",
54+
"# Split Data into Training and Validation Sets\n",
55+
" def = split_data(df):\n",
56+
"\n",
57+
"# Train Model on Training Set\n",
5858
"args = {\n",
5959
" \"alpha\": 0.5\n",
6060
"}\n",

0 commit comments

Comments
 (0)