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
9445b2ca
Unverified
Commit
9445b2ca
authored
Feb 15, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 16, 2021
Browse files
[ci][python] apply isort to tests/python_package_test/test_basic.py #3958 (#3977)
parent
d64fcbe0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/python_package_test/test_basic.py
tests/python_package_test/test_basic.py
+2
-2
No files found.
tests/python_package_test/test_basic.py
View file @
9445b2ca
# coding: utf-8
import
os
import
lightgbm
as
lgb
import
numpy
as
np
import
pytest
from
scipy
import
sparse
from
sklearn.datasets
import
dump_svmlight_file
,
load_svmlight_file
from
sklearn.model_selection
import
train_test_split
import
lightgbm
as
lgb
from
.utils
import
load_breast_cancer
...
...
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