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
3bf0ba22
Unverified
Commit
3bf0ba22
authored
Feb 14, 2021
by
Zhuyi Xue
Committed by
GitHub
Feb 15, 2021
Browse files
[ci][python] apply isort to examples/python-guide/logistic_regression.py #3958 (#3962)
parent
0db87dce
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
examples/python-guide/logistic_regression.py
examples/python-guide/logistic_regression.py
+2
-1
No files found.
examples/python-guide/logistic_regression.py
View file @
3bf0ba22
...
@@ -13,11 +13,12 @@ probabilistic.
...
@@ -13,11 +13,12 @@ probabilistic.
import
time
import
time
import
lightgbm
as
lgb
import
numpy
as
np
import
numpy
as
np
import
pandas
as
pd
import
pandas
as
pd
from
scipy.special
import
expit
from
scipy.special
import
expit
import
lightgbm
as
lgb
#################
#################
# Simulate some binary data with a single categorical and
# Simulate some binary data with a single categorical and
# single continuous predictor
# single continuous predictor
...
...
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