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
fe115bbb
Commit
fe115bbb
authored
Apr 03, 2019
by
sheikheddy
Committed by
Nikita Titov
Apr 03, 2019
Browse files
[docs] Fix typo in Python-Intro.rst (#2074)
parent
2027f6b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
docs/Python-Intro.rst
docs/Python-Intro.rst
+1
-1
No files found.
docs/Python-Intro.rst
View file @
fe115bbb
...
...
@@ -62,7 +62,7 @@ Many of the examples in this page use functionality from ``numpy``. To run the e
label = np.random.randint(2, size=500) # binary target
train_data = lgb.Dataset(data, label=label)
**To load a sc
p
iy.sparse.csr\_matrix array into Dataset:**
**To load a sci
p
y.sparse.csr\_matrix array into Dataset:**
.. code:: python
...
...
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