Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aksnzhy committed Sep 14, 2018
1 parent 7ede42b commit 037ffd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ Users can disable early-stopping by using ``--dis-es`` option: ::

At this time, xLearn performed completed 10 epoch for training.

By default, xLearn will use the metric value to choose the best epoch if user has set the metric (``-x``). If not, xLearn uses the test_loss to choose the best epoch.

Lock-Free Learning
----------------------------------------

Expand Down
2 changes: 2 additions & 0 deletions python_api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,8 @@ Users can also disable early-stopping by using ``disableEarlyStop()`` API: ::

At this time, xLearn performed completed 10 epoch for training.

By default, xLearn will use the metric value to choose the best epoch if user has set the metric (``-x``). If not, xLearn uses the test_loss to choose the best epoch.

Lock-Free Learning
----------------------------------------

Expand Down

0 comments on commit 037ffd2

Please sign in to comment.