From 2a92a24640100758d468eb76644a9fc9eea711dd Mon Sep 17 00:00:00 2001 From: Hugues Valois Date: Tue, 26 Nov 2019 10:11:27 -0800 Subject: [PATCH] Update URL to link to main repo instead of fork. --- {{cookiecutter.app_name}}/regression.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/regression.py b/{{cookiecutter.app_name}}/regression.py index 941c11a..3f7e678 100644 --- a/{{cookiecutter.app_name}}/regression.py +++ b/{{cookiecutter.app_name}}/regression.py @@ -31,7 +31,7 @@ absolute values. ''' # Remember to update the script for the new data when you change this URL -URL = "https://raw.githubusercontent.com/huguesv/python-sklearn-regression-cookiecutter/master/stockvalues.csv" +URL = "https://raw.githubusercontent.com/microsoft/python-sklearn-regression-cookiecutter/master/stockvalues.csv" # This is the column of the sample data to predict. # Try changing it to other integers between 1 and 155.