Skip to content

Commit 9618165

Browse files
authored
Merge pull request aws#147 from awslabs/arpin_xgb_churn_class_fix
Fixed: unnecessary num_class hyperparameter in XGBoost Customer Churn
2 parents 866a49c + 384b948 commit 9618165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

introduction_to_applying_machine_learning/xgboost_customer_churn/xgboost_customer_churn.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@
397397
" subsample=0.8,\n",
398398
" silent=0,\n",
399399
" objective='binary:logistic',\n",
400-
" num_class=1, \n",
401400
" num_round=100)\n",
402401
"\n",
403402
"xgb.fit({'train': s3_input_train, 'validation': s3_input_validation}) "

0 commit comments

Comments
 (0)