Created
July 8, 2019 07:03
-
-
Save pb111/cc341409081dffa5e9eaf60d79562a03 to your computer and use it in GitHub Desktop.
XGBoost with Python and Scikit-Learn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Small correction: under Command line parameters I think reg:logistic is meant for classification problems with probabilities and binary:logistic is for classification problems with only decision, not the other way around. Great notebook, cheers.