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
8b62e3bf
"vscode:/vscode.git/clone" did not exist on "3489607fbc466044fff96aa80738a005c7ead215"
Commit
8b62e3bf
authored
Oct 05, 2017
by
Nikita Titov
Committed by
Tsukasa OMOTO
Oct 06, 2017
Browse files
[docs] [python] fixed typo in docstring (#966)
parent
7193c30f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python-package/lightgbm/basic.py
python-package/lightgbm/basic.py
+1
-1
No files found.
python-package/lightgbm/basic.py
View file @
8b62e3bf
...
@@ -1152,7 +1152,7 @@ class Dataset(object):
...
@@ -1152,7 +1152,7 @@ class Dataset(object):
Returns
Returns
-------
-------
init_score
: numpy array
group
: numpy array
Group size of each group.
Group size of each group.
"""
"""
if
self
.
group
is
None
and
self
.
handle
is
not
None
:
if
self
.
group
is
None
and
self
.
handle
is
not
None
:
...
...
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