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

[doc] Clarify that states in callbacks are mutated. #7685

Merged
merged 1 commit into from
Feb 22, 2022

Conversation

trivialfis
Copy link
Member

  • Fix copy for cv. This prevents inserting default callbacks into the input list.
  • Clarify the behavior of callbacks in training/cv.
  • Fix typos in doc.

Close #7637 .

* Fix copy for cv.  This prevents inserting default callbacks into the input list.
* Clarify the behavior of callbacks in training/cv.
* Fix typos in doc.
@trivialfis trivialfis merged commit c859764 into dmlc:master Feb 22, 2022
@trivialfis trivialfis deleted the doc-callbacks branch February 22, 2022 03:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when using EarlyStopping callback during CV
2 participants