Skip to content

Commit b265273

Browse files
authored
Merge pull request #3 from GabbyHills/GabbyHills-patch-2
Update Diabetes Ridge Regression Training.ipynb
2 parents 2b98bb3 + 7b2e7f0 commit b265273

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

experimentation/Diabetes Ridge Regression Training.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,17 @@
6161
"execution_count": 10,
6262
"metadata": {},
6363
"outputs": [],
64-
"source": ["def = split_data(df):"
64+
"source": [
65+
"def = split_data(df):"
6566
]
6667
},
6768
{
6869
"cell_type": "code",
6970
"execution_count": 10,
7071
"metadata": {},
7172
"outputs": [],
72-
"source": ["def = split_data(df):"
73+
"source": [
74+
"def = split_data(df):",
7375
"X = df.drop('Y', axis=1).values\n",
7476
"y = df['Y'].values\n",
7577
"\n",

0 commit comments

Comments
 (0)