Skip to content

Commit 384b948

Browse files
committed
Fixed: unnecessary num_class hyperparameter in XGBoost Customer Churn notebook
1 parent 866a49c commit 384b948

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)