-
Notifications
You must be signed in to change notification settings - Fork 66
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
Fixes #475 - Documentation edits-decluttering the top of the refs page #519
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
#' Create a Validation Split for Tuning | ||
#' | ||
#' `validation_set` creates a the validation split for model tuning. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This would also look great with a set of |
||
#' | ||
#' @param split An object of class `initial_validation_split`, such as resulting | ||
#' from [initial_validation_split()] or [group_initial_validation_split()]. | ||
#' @param x An `rsplit` object produced by `validation_set()`. | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's fine to keep those where they were so not moving them to
@details
but it would be lovely if they gained a()
at the end, so e.g.training()
instead oftraining
- then they are easier to identify as functions!