1
0
Форкнуть 0

Update URL to link to main repo instead of fork.

This commit is contained in:
Hugues Valois 2019-11-26 10:11:27 -08:00
Родитель 58aae7541c
Коммит 2a92a24640
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.