-
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
Conversation
…e references page
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.
Thanks so much for the contribution! As we just chatted, I'll turn the clutter on the reference page into a pkgdown issue but there are some small but nice styling changes possible here anyway, are you up for fixing those?
R/initial_split.R
Outdated
@@ -6,7 +6,9 @@ | |||
#' `group_initial_split` creates splits of the data based | |||
#' on some grouping variable, so that all data in a "group" is assigned to | |||
#' the same split. | |||
#' `training` and `testing` are used to extract the resulting data. | |||
#' | |||
#' @details `training` and `testing` are used to extract the resulting data. |
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 of training
- then they are easier to identify as functions!
R/validation_set.R
Outdated
@@ -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 comment
The reason will be displayed to describe this comment to others. Learn more.
This would also look great with a set of ()
at the end
This pull request has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex: https://reprex.tidyverse.org) and link to this issue. |
Fixes #475 - moved args into details section for first three functions to keep references page doc decluttered