Skip to content

Commit

Permalink
Corrected first row in boston data (tensorflow#7009)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrytangyuan authored and drpngx committed Jan 24, 2017
1 parent e561aaa commit 859d8e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tensorflow/examples/tutorials/input_fn/boston_predict.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
6,9,CRIM,ZN,INDUS,NOX,RM,AGE,DIS,TAX,PTRATIO
CRIM,ZN,INDUS,NOX,RM,AGE,DIS,TAX,PTRATIO
0.03359,75.0,2.95,0.428,7.024,15.8,5.4011,252,18.3
5.09017,0.0,18.1,0.713,6.297,91.8,2.3682,666,20.2
0.1265,25.0,5.13,0.453,6.762,43.4,7.9809,284,19.7
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/examples/tutorials/input_fn/boston_test.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
100,9,CRIM,ZN,INDUS,NOX,RM,AGE,DIS,TAX,PTRATIO,MEDV
CRIM,ZN,INDUS,NOX,RM,AGE,DIS,TAX,PTRATIO,MEDV
0.13587,0.0,10.59,0.489,6.064,59.1,4.2392,277,18.6,24.4
0.08664,45.0,3.44,0.437,7.178,26.3,6.4798,398,15.2,36.4
0.26938,0.0,9.9,0.544,6.266,82.8,3.2628,304,18.4,21.6
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/examples/tutorials/input_fn/boston_train.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
400,9,CRIM,ZN,INDUS,NOX,RM,AGE,DIS,TAX,PTRATIO,MEDV
CRIM,ZN,INDUS,NOX,RM,AGE,DIS,TAX,PTRATIO,MEDV
2.3004,0.0,19.58,0.605,6.319,96.1,2.1,403,14.7,23.8
13.3598,0.0,18.1,0.693,5.887,94.7,1.7821,666,20.2,12.7
0.12744,0.0,6.91,0.448,6.77,2.9,5.7209,233,17.9,26.6
Expand Down

0 comments on commit 859d8e3

Please sign in to comment.