Skip to content

Commit 15c7bb6

Browse files
authored
Merge pull request #4 from GabbyHills/GabbyHills-patch-3
Update Diabetes Ridge Regression Training.ipynb
2 parents b265273 + c8ce232 commit 15c7bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimentation/Diabetes Ridge Regression Training.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"metadata": {},
7272
"outputs": [],
7373
"source": [
74-
"def = split_data(df):",
74+
"def = split_data(df):\n",
7575
"X = df.drop('Y', axis=1).values\n",
7676
"y = df['Y'].values\n",
7777
"\n",

0 commit comments

Comments
 (0)