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
5cb2558d
Unverified
Commit
5cb2558d
authored
Feb 14, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 15, 2021
Browse files
[ci][python] apply isort to examples/python-guide/plot_example.py #3958 (#3963)
parent
3bf0ba22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
examples/python-guide/plot_example.py
examples/python-guide/plot_example.py
+2
-1
No files found.
examples/python-guide/plot_example.py
View file @
5cb2558d
# coding: utf-8
import
lightgbm
as
lgb
import
pandas
as
pd
import
lightgbm
as
lgb
if
lgb
.
compat
.
MATPLOTLIB_INSTALLED
:
import
matplotlib.pyplot
as
plt
else
:
...
...
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