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, 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) + diff --git a/code/training/train.py b/code/training/train.py index 19f24877..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 @@ -106,4 +107,5 @@ with open(output_path, "w") as outfile: json.dump(run_id, outfile) -run.complete() \ No newline at end of file +run.complete() +