Skip to content

Commit 0cc6d1e

Browse files
authored
Merge pull request #64 from GabbyHills/GabbyHills-patch-70
Update Diabetes Ridge Regression Scoring.ipynb
2 parents bc3464f + ab5ee46 commit 0cc6d1e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

experimentation/Diabetes Ridge Regression Scoring.ipynb

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"# Score Data with a Ridge Regression Model Trained on the Diabetes Dataset"
8+
]
9+
},
10+
{
11+
"cell_type": "markdown",
12+
"metadata": {},
13+
"source": [
14+
"This notebook loads the model trained in the Diabetes Ridge Regression Training notebook, prepares the data, and scores the data."
15+
]
16+
},
117
{
218
"cell_type": "code",
319
"execution_count": 1,

0 commit comments

Comments
 (0)