XGBoost Hyperparameters
xgb_params = { 'random_state': 1, 'n_jobs': 4, 'booster': 'gbtree', 'n_estimators': 10000, 'learning_rate': 0.034682894846408095, 'reg_lambda': 1.224383455634919, 'reg_alpha': 36.043214512614476, 'subsample': 0.921901...
Sep 2, 20212 min read37