We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379cfdf commit 48f4698Copy full SHA for 48f4698
tests/python_package_test/test_sklearn.py
@@ -22,6 +22,7 @@
22
from sklearn.utils.validation import check_is_fitted
23
24
import lightgbm as lgb
25
+from lightgbm.basic import LGBMDeprecationWarning
26
from lightgbm.compat import (
27
DASK_INSTALLED,
28
DATATABLE_INSTALLED,
@@ -31,7 +32,6 @@
31
32
pd_DataFrame,
33
pd_Series,
34
)
-from lightgbm.basic import LGBMDeprecationWarning
35
36
from .utils import (
37
assert_silent,
0 commit comments