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
c948194d
Unverified
Commit
c948194d
authored
Jul 07, 2018
by
Nikita Titov
Committed by
GitHub
Jul 07, 2018
Browse files
[docs] updated docstring according to new possible type of input data (#1496)
parent
5df9584f
Changes
1
Hide 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 @
c948194d
...
@@ -582,7 +582,7 @@ class Dataset(object):
...
@@ -582,7 +582,7 @@ class Dataset(object):
Parameters
Parameters
----------
----------
data : string, numpy array
or
scipy.sparse
data : string, numpy array
,
scipy.sparse
or list of numpy arrays
Data source of Dataset.
Data source of Dataset.
If string, it represents the path to txt file.
If string, it represents the path to txt file.
label : list, numpy 1-D array or None, optional (default=None)
label : list, numpy 1-D array or None, optional (default=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