Skip to content

Commit c9ebe0b

Browse files
authored
Merge pull request #59 from GabbyHills/GabbyHills-patch-65
Update Diabetes Ridge Regression Scoring.ipynb
2 parents c68cf6c + 94e6626 commit c9ebe0b

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

experimentation/Diabetes Ridge Regression Scoring.ipynb

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
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-
},
1+
172
{
183
"cell_type": "code",
194
"execution_count": 1,
205
"metadata": {},
216
"outputs": [],
227
"source": [
8+
"def init()\n",
239
"import json\n",
2410
"import numpy\n",
2511
"from azureml.core.model import Model\n",

0 commit comments

Comments
 (0)