Skip to content
This repository was archived by the owner on Jul 16, 2021. It is now read-only.

Commit 2020ab3

Browse files
Mike McCartyTomAugspurger
authored andcommitted
Early stopping support classifier and regressor fit (#54)
1 parent 0a551fa commit 2020ab3

File tree

5 files changed

+503
-190
lines changed

5 files changed

+503
-190
lines changed

dask_xgboost/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
from .core import _train, train, predict, XGBClassifier, XGBRegressor # noqa
1+
from .core import XGBClassifier, XGBRegressor, _train, predict, train # noqa
22

3-
__version__ = '0.1.7'
3+
__version__ = "0.1.7"

0 commit comments

Comments
 (0)