Skip to content

Commit ebd4606

Browse files
authored
updates URL to version including label (#220)
* updates URL to version including label
1 parent 5f8c3f8 commit ebd4606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-csv/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import * as ui from './ui';
2222

2323
// Boston Housing CSV
2424
const BOSTON_HOUSING_CSV_URL =
25-
'https://storage.googleapis.com/tfjs-examples/multivariate-linear-regression/data/train-data.csv';
25+
'https://storage.googleapis.com/tfjs-examples/multivariate-linear-regression/data/boston-housing-train.csv';
2626
// Jena Climate CSV
2727
const JENA_CLIMATE_CSV_URL =
2828
'https://storage.googleapis.com/learnjs-data/jena_climate/jena_climate_2009_2016.csv';

0 commit comments

Comments
 (0)