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
d93fbba3
Commit
d93fbba3
authored
Aug 06, 2018
by
Rotc
Committed by
Nikita Titov
Aug 06, 2018
Browse files
[python] remove useless import from example (#1570)
parent
82ae9b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
examples/python-guide/simple_example.py
examples/python-guide/simple_example.py
+0
-1
No files found.
examples/python-guide/simple_example.py
View file @
d93fbba3
# coding: utf-8
# coding: utf-8
# pylint: disable = invalid-name, C0111
# pylint: disable = invalid-name, C0111
import
json
import
lightgbm
as
lgb
import
lightgbm
as
lgb
import
pandas
as
pd
import
pandas
as
pd
from
sklearn.metrics
import
mean_squared_error
from
sklearn.metrics
import
mean_squared_error
...
...
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