From c45e42d7aab5be53393d0620ae249a14fdf76576 Mon Sep 17 00:00:00 2001 From: mustaq95 <56626523+mustaq95@users.noreply.github.com> Date: Thu, 7 Jan 2021 02:46:20 +0530 Subject: [PATCH 1/2] Updating README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 434be0df..39f8092e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,6 @@ description: "Code which demonstrates how to set up and operationalize an MLOps CI: [![Build Status](https://aidemos.visualstudio.com/MLOps/_apis/build/status/Model-Train-Register-CI?branchName=master)](https://aidemos.visualstudio.com/MLOps/_build/latest?definitionId=160&branchName=master) -CD: [![Build Status](https://aidemos.visualstudio.com/MLOps/_apis/build/status/microsoft.MLOpsPython-CD?branchName=master)](https://aidemos.visualstudio.com/MLOps/_build/latest?definitionId=161&branchName=master) MLOps will help you to understand how to build a Continuous Integration and Continuous Delivery pipeline for an ML/AI project. We will be using the Azure DevOps Project for build and release/deployment pipelines along with Azure ML services for model retraining pipeline, model management and operationalization. From 45db9a45381eb70a373afc90842f677ad7f14ee2 Mon Sep 17 00:00:00 2001 From: mustaq95 <56626523+mustaq95@users.noreply.github.com> Date: Thu, 7 Jan 2021 02:57:12 +0530 Subject: [PATCH 2/2] updating parameters.json --- diabetes_regression/parameters.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diabetes_regression/parameters.json b/diabetes_regression/parameters.json index 48f7227d..66bfb739 100644 --- a/diabetes_regression/parameters.json +++ b/diabetes_regression/parameters.json @@ -1,7 +1,7 @@ { "training": { - "alpha": 0.4 + "alpha": 0.5 }, "evaluation": {