Skip to content

Commit 852c0d1

Browse files
committed
document all functions
1 parent 82e93aa commit 852c0d1

File tree

5 files changed

+32
-1
lines changed

5 files changed

+32
-1
lines changed

R/model-partykit.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ tidypredict_fit.party <- function(model) {
103103
}
104104

105105
# For {orbital}
106+
#' Extract classprob trees for partykit models
107+
#'
108+
#' For use in orbital package.
106109
#' @keywords internal
107110
#' @export
108111
.extract_partykit_classprob <- function(model) {

R/model-xgboost.R

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ tidypredict_fit.xgb.Booster <- function(model) {
185185
}
186186

187187
# For {orbital}
188+
#' Extract processed xgboost trees
189+
#'
190+
#' For use in orbital package.
188191
#' @keywords internal
189192
#' @export
190193
.extract_xgb_trees <- function(model) {

man/dot-extract_partykit_classprob.Rd

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dot-extract_xgb_trees.Rd

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/tidypredict-package.Rd

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)