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
7d03ced3
Commit
7d03ced3
authored
Jun 04, 2019
by
Nikita Titov
Committed by
Qiwei Ye
Jun 04, 2019
Browse files
[python] removed unused import and variable (#2213)
* Update sklearn.py * Update parameter_generator.py
parent
de70c7d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
helpers/parameter_generator.py
helpers/parameter_generator.py
+0
-1
python-package/lightgbm/sklearn.py
python-package/lightgbm/sklearn.py
+0
-1
No files found.
helpers/parameter_generator.py
View file @
7d03ced3
...
@@ -23,7 +23,6 @@ def get_parameter_infos(config_hpp):
...
@@ -23,7 +23,6 @@ def get_parameter_infos(config_hpp):
Tuple with names and content of sections.
Tuple with names and content of sections.
"""
"""
is_inparameter
=
False
is_inparameter
=
False
parameter_group
=
None
cur_key
=
None
cur_key
=
None
cur_info
=
{}
cur_info
=
{}
keys
=
[]
keys
=
[]
...
...
python-package/lightgbm/sklearn.py
View file @
7d03ced3
...
@@ -4,7 +4,6 @@
...
@@ -4,7 +4,6 @@
from
__future__
import
absolute_import
from
__future__
import
absolute_import
import
numpy
as
np
import
numpy
as
np
import
warnings
from
.basic
import
Dataset
,
LightGBMError
from
.basic
import
Dataset
,
LightGBMError
from
.compat
import
(
SKLEARN_INSTALLED
,
_LGBMClassifierBase
,
from
.compat
import
(
SKLEARN_INSTALLED
,
_LGBMClassifierBase
,
...
...
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