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
968a353f
Commit
968a353f
authored
Dec 30, 2017
by
Nikita Titov
Committed by
Guolin Ke
Dec 30, 2017
Browse files
fixed typos (#1155)
parent
3f5b3135
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docs/Parameters.rst
docs/Parameters.rst
+1
-1
docs/Python-Intro.rst
docs/Python-Intro.rst
+2
-2
No files found.
docs/Parameters.rst
View file @
968a353f
...
...
@@ -553,7 +553,7 @@ Objective Parameters
- ``num_class``, default=\ ``1``, type=int, alias=\ ``num_classes``
- only used in
``
multiclass
``
classification
- only used in multi
-
class classification
- ``reg_sqrt``, default=\ ``false``, type=bool
...
...
docs/Python-Intro.rst
View file @
968a353f
...
...
@@ -116,7 +116,7 @@ And you can use ``Dataset.set_init_score()`` to set initial score, and ``Dataset
The ``Dataset`` object in LightGBM is very memory-efficient, due to it only need to save discrete bins.
However, Numpy/Array/Pandas object is memory cost.
If you concern about your memory consumption
. Y
ou can save memory accroding to following:
If you concern about your memory consumption
, y
ou can save memory accroding to following:
1. Let ``free_raw_data=True`` (default is ``True``) when constructing the ``Dataset``
...
...
@@ -165,7 +165,7 @@ The trained model can also be dumped to JSON format:
json_model = bst.dump_model()
A saved model can be loaded
.
A saved model can be loaded
:
.. 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