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.
1 parent b265273 commit c8ce232Copy full SHA for c8ce232
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