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 b265273 + c8ce232 commit 15c7bb6Copy full SHA for 15c7bb6
experimentation/Diabetes Ridge Regression Training.ipynb
@@ -71,7 +71,7 @@
71
"metadata": {},
72
"outputs": [],
73
"source": [
74
- "def = split_data(df):",
+ "def = split_data(df):\n",
75
"X = df.drop('Y', axis=1).values\n",
76
"y = df['Y'].values\n",
77
"\n",
0 commit comments