Skip to content

Commit 4b1f042

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

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

experimentation/Diabetes Ridge Regression Training.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"cell_type": "markdown",
5454
"metadata": {},
5555
"source": [
56-
"## Split the dataframe into test and train data"
56+
"## Split Data into Training and Validation Sets"
5757
]
5858
},
5959
{
@@ -65,6 +65,13 @@
6565
"def = split_data(df):"
6666
]
6767
},
68+
{
69+
"cell_type": "markdown",
70+
"metadata": {},
71+
"source": [
72+
"## Split the dataframe into test and train data"
73+
]
74+
},
6875
{
6976
"cell_type": "code",
7077
"execution_count": 10,

0 commit comments

Comments
 (0)