Skip to content

Commit

Permalink
Merge pull request #6 from GabbyHills/GabbyHills-patch-6
Browse files Browse the repository at this point in the history
Update Diabetes Ridge Regression Training.ipynb
  • Loading branch information
GabbyHills authored Aug 5, 2023
2 parents 15c7bb6 + 3f6a416 commit 4b1f042
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion experimentation/Diabetes Ridge Regression Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Split the dataframe into test and train data"
"## Split Data into Training and Validation Sets"
]
},
{
Expand All @@ -65,6 +65,13 @@
"def = split_data(df):"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## Split the dataframe into test and train data"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand Down

0 comments on commit 4b1f042

Please sign in to comment.