We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f8c3f8 commit ebd4606Copy full SHA for ebd4606
data-csv/index.js
@@ -22,7 +22,7 @@ import * as ui from './ui';
22
23
// Boston Housing CSV
24
const BOSTON_HOUSING_CSV_URL =
25
- 'https://storage.googleapis.com/tfjs-examples/multivariate-linear-regression/data/train-data.csv';
+ 'https://storage.googleapis.com/tfjs-examples/multivariate-linear-regression/data/boston-housing-train.csv';
26
// Jena Climate CSV
27
const JENA_CLIMATE_CSV_URL =
28
'https://storage.googleapis.com/learnjs-data/jena_climate/jena_climate_2009_2016.csv';
0 commit comments