Merge pull request #878 from tqchen/master

temp compatibility with sklearn
This commit is contained in:
Tianqi Chen 2016-02-25 21:57:45 -08:00
commit c50df8f3b5

View File

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