Commit 968a353f authored by Nikita Titov's avatar Nikita Titov Committed by Guolin Ke
Browse files

fixed typos (#1155)

parent 3f5b3135
......@@ -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
......
......@@ -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. You can save memory accroding to following:
If you concern about your memory consumption, you 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
......
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