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 15c7bb6 commit 3f6a416Copy full SHA for 3f6a416
experimentation/Diabetes Ridge Regression Training.ipynb
@@ -53,7 +53,7 @@
53
"cell_type": "markdown",
54
"metadata": {},
55
"source": [
56
- "## Split the dataframe into test and train data"
+ "## Split Data into Training and Validation Sets"
57
]
58
},
59
{
@@ -65,6 +65,13 @@
65
"def = split_data(df):"
66
67
68
+ {
69
+ "cell_type": "markdown",
70
+ "metadata": {},
71
+ "source": [
72
+ "## Split the dataframe into test and train data"
73
+ ]
74
+ },
75
76
"cell_type": "code",
77
"execution_count": 10,
0 commit comments