Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
b6e2793b
Unverified
Commit
b6e2793b
authored
Aug 28, 2022
by
Nikita Titov
Committed by
GitHub
Aug 28, 2022
Browse files
[python] remove unused import (#5443)
Update plotting.py
parent
27435af6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/plotting.py
python-package/lightgbm/plotting.py
+1
-1
No files found.
python-package/lightgbm/plotting.py
View file @
b6e2793b
...
@@ -7,7 +7,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
...
@@ -7,7 +7,7 @@ from typing import Any, Dict, List, Optional, Tuple, Union
import
numpy
as
np
import
numpy
as
np
from
.basic
import
ZERO_THRESHOLD
,
Booster
,
_data_from_pandas
,
_is_zero
,
_log_warning
,
_MissingType
from
.basic
import
Booster
,
_data_from_pandas
,
_is_zero
,
_log_warning
,
_MissingType
from
.compat
import
GRAPHVIZ_INSTALLED
,
MATPLOTLIB_INSTALLED
,
pd_DataFrame
from
.compat
import
GRAPHVIZ_INSTALLED
,
MATPLOTLIB_INSTALLED
,
pd_DataFrame
from
.sklearn
import
LGBMModel
from
.sklearn
import
LGBMModel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment