Skip to content

Instantly share code, notes, and snippets.

@sagarhowal
Created December 6, 2017 10:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sagarhowal/1cbd0327be0492b4748c7bc3fc9d748f to your computer and use it in GitHub Desktop.
Save sagarhowal/1cbd0327be0492b4748c7bc3fc9d748f to your computer and use it in GitHub Desktop.
XGBoost in Ensemble Learning
from xgboost import XGBoostClassifier
xgb_clf = XGBClassifier()
xgb_clf.fit(X, y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment