Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Sep 4, 2018
1 parent 7b45d4e commit 9832fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ could be different. ::
9 0.405954 0.00
10 0.396313 0.00

By default, xLearn will use the logistic regression (LR) to train our model within 10 epoch.
By default, xLearn will use the logistic regression (LR) to train the model within 10 epoch.

We can see that a new file called ``small_train.txt.model`` has been generated in the current directory.
This file stores the trained model checkpoint, and we can use this model file to make prediction in
This file stores the trained model checkpoint, and we can use this model file to make a prediction in
the future ::

./xlearn_predict ./small_test.txt ./small_train.txt.model
Expand Down

0 comments on commit 9832fb2

Please sign in to comment.