Skip to content

Commit 176578f

Browse files
authored
Merge pull request #75 from awslabs/zdwolfe-patch-docsbash_xgboost_customer_churn
Replace s3_input with s3_data parameter in xgboost_customer_churn
2 parents 096561e + 0498c93 commit 176578f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

introduction_to_applying_machine_learning/xgboost_customer_churn/xgboost_customer_churn.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,8 +343,8 @@
343343
"metadata": {},
344344
"outputs": [],
345345
"source": [
346-
"s3_input_train = sagemaker.s3_input(s3_prefix='s3://{}/{}/train'.format(bucket, prefix), content_type='csv')\n",
347-
"s3_input_validation = sagemaker.s3_input(s3_prefix='s3://{}/{}/validation/'.format(bucket, prefix), content_type='csv')"
346+
"s3_input_train = sagemaker.s3_input(s3_data='s3://{}/{}/train'.format(bucket, prefix), content_type='csv')\n",
347+
"s3_input_validation = sagemaker.s3_input(s3_data='s3://{}/{}/validation/'.format(bucket, prefix), content_type='csv')"
348348
]
349349
},
350350
{

0 commit comments

Comments
 (0)