Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Diabetes Ridge Regression Training.ipynb
  • Loading branch information
GabbyHills authored Aug 5, 2023
commit 380d272db475f57cfc5358b668a1034a12097c7d
17 changes: 0 additions & 17 deletions experimentation/Diabetes Ridge Regression Training.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,6 @@
"df['Y'] = sample_data.target"
]
},
{
"cell_type": "code",
"execution_count": 7,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"(442, 10)\n"
]
}
],
"source": [
"print(df.shape)"
]
},
{
"cell_type": "code",
"execution_count": 11,
Expand Down