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
0db87dce
Unverified
Commit
0db87dce
authored
Feb 14, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 15, 2021
Browse files
[ci][python] apply isort to examples/python-guide/advanced_example.py #3958 (#3961)
parent
e6295185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
examples/python-guide/advanced_example.py
examples/python-guide/advanced_example.py
+3
-2
No files found.
examples/python-guide/advanced_example.py
View file @
0db87dce
# coding: utf-8
# coding: utf-8
import
json
import
json
import
pickle
import
pickle
import
lightgbm
as
lgb
import
pandas
as
pd
import
numpy
as
np
import
numpy
as
np
import
pandas
as
pd
from
sklearn.metrics
import
mean_squared_error
from
sklearn.metrics
import
mean_squared_error
import
lightgbm
as
lgb
print
(
'Loading data...'
)
print
(
'Loading data...'
)
# load or create your dataset
# load or create your dataset
...
...
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