Unverified Commit c948194d authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[docs] updated docstring according to new possible type of input data (#1496)

parent 5df9584f
...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment