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
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