Skip to content

Instantly share code, notes, and snippets.

@FelixChop
Created August 8, 2018 11:32
Show Gist options
  • Save FelixChop/283fba700a85f60e453b7ba3c86bc3dd to your computer and use it in GitHub Desktop.
Save FelixChop/283fba700a85f60e453b7ba3c86bc3dd to your computer and use it in GitHub Desktop.
model = XGBClassifier(silent=False,
scale_pos_weight=1,
learning_rate=0.01,
colsample_bytree = 0.4,
subsample = 0.8,
objective='binary:logistic',
n_estimators=1000,
reg_alpha = 0.3,
max_depth=4,
gamma=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment