Skip to content

Commit

Permalink
document all functions
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt committed Dec 18, 2024
1 parent 82e93aa commit 852c0d1
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
3 changes: 3 additions & 0 deletions R/model-partykit.R
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ tidypredict_fit.party <- function(model) {
}

# For {orbital}
#' Extract classprob trees for partykit models
#'
#' For use in orbital package.
#' @keywords internal
#' @export
.extract_partykit_classprob <- function(model) {
Expand Down
3 changes: 3 additions & 0 deletions R/model-xgboost.R
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,9 @@ tidypredict_fit.xgb.Booster <- function(model) {
}

# For {orbital}
#' Extract processed xgboost trees
#'
#' For use in orbital package.
#' @keywords internal
#' @export
.extract_xgb_trees <- function(model) {
Expand Down
12 changes: 12 additions & 0 deletions man/dot-extract_partykit_classprob.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions man/dot-extract_xgb_trees.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion man/tidypredict-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 852c0d1

Please sign in to comment.