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.