temp compatibility with sklearn

This commit is contained in:
tqchen 2016-02-25 21:57:00 -08:00
parent a71ba04109
commit ebc802756f

View File

@ -48,3 +48,5 @@ except ImportError:
XGBModelBase = object
XGBClassifierBase = object
XGBRegressorBase = object
XGBKFold = None
XGBStratifiedKFold = None