Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix docs for early stopping #865

Merged
merged 3 commits into from
Feb 18, 2020

Conversation

kuynzereb
Copy link
Contributor

Updated docs for early stopping callback. Fixes #857.

@kuynzereb kuynzereb requested a review from Borda February 16, 2020 13:56
----------------------
By default training will go with early stopping if there is
`'val_loss'` in `validation_end()` return dict. Otherwise
training will go with disabled early stopping.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it might be more clear to say "Otherwise training will proceed with early stopping disabled."

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kuynzereb could you pls rephrase it, otherwise, it is good...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, I have already changed it. Please look at the latest changes.

Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we shall use examples when it demonstrate some workflow or behaviour

docs/source/early_stopping.rst Outdated Show resolved Hide resolved
docs/source/early_stopping.rst Outdated Show resolved Hide resolved
docs/source/early_stopping.rst Outdated Show resolved Hide resolved
@Borda Borda added bug Something isn't working docs Documentation related labels Feb 16, 2020
@Borda Borda added this to the 0.6.1 milestone Feb 16, 2020
@Borda
Copy link
Member

Borda commented Feb 17, 2020

the failing test was fixed in #873, pls rebase master

Copy link
Member

@Borda Borda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀

@Borda Borda added the ready PRs ready to be merged label Feb 17, 2020
@williamFalcon williamFalcon merged commit dfbb50c into Lightning-AI:master Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working docs Documentation related ready PRs ready to be merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Force disable early stop feature documentation is not correct
4 participants