mertkarabacak commited on
Commit
18a7fec
·
1 Parent(s): 2d939f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ y1_lgb_params = {'objective': 'binary', 'boosting_type': 'gbdt', 'lambda_l1': 0.
105
 
106
  y1_cb_params = {'objective': 'Logloss', 'colsample_bylevel': 0.08511055529750637, 'depth': 12, 'boosting_type': 'Plain', 'bootstrap_type': 'Bayesian', 'bagging_temperature': 3.571269095878882}
107
 
108
- y1_rf_params = {'criterion': 'entropy', 'bootstrap': 'auto', 'max_features': 'sqrt', 'max_depth': 90, 'n_estimators': 900, 'min_samples_leaf': 1, 'min_samples_split': 2}
109
 
110
 
111
  #Modeling for y1/AE.
 
105
 
106
  y1_cb_params = {'objective': 'Logloss', 'colsample_bylevel': 0.08511055529750637, 'depth': 12, 'boosting_type': 'Plain', 'bootstrap_type': 'Bayesian', 'bagging_temperature': 3.571269095878882}
107
 
108
+ y1_rf_params = {'criterion': 'entropy', 'max_features': 'sqrt', 'max_depth': 90, 'n_estimators': 900, 'min_samples_leaf': 1, 'min_samples_split': 2}
109
 
110
 
111
  #Modeling for y1/AE.