From 6d69b47819f48a9ee5bb4e32451b335b9b6e9333 Mon Sep 17 00:00:00 2001 From: Jon Machtynger Date: Tue, 7 May 2019 21:29:42 +0100 Subject: [PATCH 1/6] made a small change --- code/scoring/score.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/scoring/score.py b/code/scoring/score.py index 994ca24a..67f799e0 100644 --- a/code/scoring/score.py +++ b/code/scoring/score.py @@ -56,3 +56,4 @@ def run(raw_data): test_row = '{"data":[[1,2,3,4,5,6,7,8,9,10],[10,9,8,7,6,5,4,3,2,1]]}' prediction = run(test_row) print("Test result: ", prediction) + From 62b6cfee2001847c678114995ca16c09bbe51e95 Mon Sep 17 00:00:00 2001 From: Jon Machtynger Date: Tue, 7 May 2019 21:37:53 +0100 Subject: [PATCH 2/6] made a small change to train.py --- code/training/train.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/training/train.py b/code/training/train.py index 19f24877..d040174a 100644 --- a/code/training/train.py +++ b/code/training/train.py @@ -106,4 +106,5 @@ with open(output_path, "w") as outfile: json.dump(run_id, outfile) -run.complete() \ No newline at end of file +run.complete() + From cea982c32e353c0f2c0bb9e7fc8c72afeed80c2c Mon Sep 17 00:00:00 2001 From: Jon Machtynger Date: Tue, 7 May 2019 22:01:43 +0100 Subject: [PATCH 3/6] Modified evaluation --- code/evaluate/evaluate_model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/evaluate/evaluate_model.py b/code/evaluate/evaluate_model.py index d3ba5af0..61ea3395 100644 --- a/code/evaluate/evaluate_model.py +++ b/code/evaluate/evaluate_model.py @@ -11,6 +11,7 @@ Unless applicable law gives you more rights, Microsoft reserves all other rights not expressly granted herein, whether by implication, estoppel or otherwise. ​ + ​ THE SOFTWARE CODE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, From 2bfdbbcb7d769326a8460a83b56c942737b9b0c4 Mon Sep 17 00:00:00 2001 From: Jon Machtynger Date: Wed, 8 May 2019 22:51:16 +0100 Subject: [PATCH 4/6] upated train.py --- code/training/train.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/training/train.py b/code/training/train.py index d040174a..e0c33bc3 100644 --- a/code/training/train.py +++ b/code/training/train.py @@ -1,6 +1,7 @@ """ Copyright (C) Microsoft Corporation. All rights reserved.​ ​ + Microsoft Corporation (“Microsoft”) grants you a nonexclusive, perpetual, royalty-free right to use, copy, and modify the software code provided by us ("Software Code"). You may not sublicense the Software Code or any use of it From 39d47a5d01dd4f2a9c3ac8cf749dd3ec5fb045e6 Mon Sep 17 00:00:00 2001 From: Jon Machtynger Date: Thu, 9 May 2019 12:02:00 +0100 Subject: [PATCH 5/6] this is a blah blah --- code/scoring/score.py | 1 + 1 file changed, 1 insertion(+) diff --git a/code/scoring/score.py b/code/scoring/score.py index 67f799e0..1c877170 100644 --- a/code/scoring/score.py +++ b/code/scoring/score.py @@ -3,6 +3,7 @@ ​ Microsoft Corporation (“Microsoft”) grants you a nonexclusive, perpetual, royalty-free right to use, copy, and modify the software code provided by us + ("Software Code"). You may not sublicense the Software Code or any use of it (except to your affiliates and to vendors to perform work on your behalf) through distribution, network access, service agreement, lease, rental, or From 0ca35f842174b744de83b599298186ff02f61d3b Mon Sep 17 00:00:00 2001 From: Jon Machtynger Date: Thu, 23 May 2019 10:51:12 +0100 Subject: [PATCH 6/6] for Nick --- code/scoring/score.py | 1 - 1 file changed, 1 deletion(-) diff --git a/code/scoring/score.py b/code/scoring/score.py index 1c877170..67f799e0 100644 --- a/code/scoring/score.py +++ b/code/scoring/score.py @@ -3,7 +3,6 @@ ​ Microsoft Corporation (“Microsoft”) grants you a nonexclusive, perpetual, royalty-free right to use, copy, and modify the software code provided by us - ("Software Code"). You may not sublicense the Software Code or any use of it (except to your affiliates and to vendors to perform work on your behalf) through distribution, network access, service agreement, lease, rental, or