From 94e6626fce8ba323e9a4df56e6639da6eb459701 Mon Sep 17 00:00:00 2001 From: Ugwu Gabby <107874044+GabbyHills@users.noreply.github.com> Date: Sat, 5 Aug 2023 09:58:41 +0100 Subject: [PATCH] Update Diabetes Ridge Regression Scoring.ipynb --- .../Diabetes Ridge Regression Scoring.ipynb | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/experimentation/Diabetes Ridge Regression Scoring.ipynb b/experimentation/Diabetes Ridge Regression Scoring.ipynb index 9ac340ed..499d880c 100644 --- a/experimentation/Diabetes Ridge Regression Scoring.ipynb +++ b/experimentation/Diabetes Ridge Regression Scoring.ipynb @@ -1,25 +1,11 @@ -{ - "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, "metadata": {}, "outputs": [], "source": [ + "def init()\n", "import json\n", "import numpy\n", "from azureml.core.model import Model\n",