Skip to content

Commit 11f3a63

Browse files
authored
Merge pull request aws#212 from awslabs/arpin_cancer_validation_fix
Fixed: validation file name in upload to S3
2 parents 052e2b8 + 5936e6f commit 11f3a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction_to_applying_machine_learning/breast_cancer_prediction/Breast Cancer Prediction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
"smac.write_numpy_to_dense_tensor(f, val_X.astype('float32'), val_y.astype('float32'))\n",
262262
"f.seek(0)\n",
263263
"\n",
264-
"boto3.Session().resource('s3').Bucket(bucket).Object(os.path.join(prefix, 'validation', train_file)).upload_fileobj(f)"
264+
"boto3.Session().resource('s3').Bucket(bucket).Object(os.path.join(prefix, 'validation', validation_file)).upload_fileobj(f)"
265265
]
266266
},
267267
{

0 commit comments

Comments
 (0)