Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Sep 7, 2018
1 parent 24eafe9 commit 46a7925
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cli_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ your result to binary result (0 and 1) by using ``--sign`` option ::
0
0

Model Output
----------------------------------------

Users may want to generate different model files (by using different hyper-parameters), so users can
set the name of the model checkpoint file by using ``-m`` option. By default, the name of the model
file is ``training_data_name`` + ``.model`` ::
Expand Down
3 changes: 3 additions & 0 deletions python_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ and then we can get the result ::
0
0

Model Output
----------------------------------------

Also, users can save the model in ``TXT`` format by using ``setTXTModel()`` method. For example: ::

ffm_model.setSign()
Expand Down

0 comments on commit 46a7925

Please sign in to comment.