Skip to content

Commit

Permalink
Merge pull request #64 from GabbyHills/GabbyHills-patch-70
Browse files Browse the repository at this point in the history
Update Diabetes Ridge Regression Scoring.ipynb
  • Loading branch information
GabbyHills authored Aug 5, 2023
2 parents bc3464f + ab5ee46 commit 0cc6d1e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions experimentation/Diabetes Ridge Regression Scoring.ipynb
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Score Data with a Ridge Regression Model Trained on the Diabetes Dataset"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook loads the model trained in the Diabetes Ridge Regression Training notebook, prepares the data, and scores the data."
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down

0 comments on commit 0cc6d1e

Please sign in to comment.