Skip to content

Commit 0ab7572

Browse files
committed
party -> partykit
1 parent 8e8fdbb commit 0ab7572

15 files changed

+357
-393
lines changed

R/decision_tree_party.R

Lines changed: 0 additions & 12 deletions
This file was deleted.

R/decision_tree_partykit.R

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#' Decision trees via partykit
2+
#'
3+
#' [partykit::ctree()] fits a model as a set of if/then statements that creates a
4+
#' tree-based structure using hypothesis testing methods.
5+
#'
6+
#' @includeRmd man/rmd/decision_tree_partykit.md details
7+
#'
8+
#' @name details_decision_tree_partykit
9+
#' @keywords internal
10+
NULL
11+
12+
# See inst/README-DOCS.md for a description of how these files are processed

R/rand_forest_party.R renamed to R/rand_forest_partykit.R

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#' Random forests via party
1+
#' Random forests via partykit
22
#'
3-
#' [party::cforest()] fits a model that creates a large number of decision
3+
#' [partykit::cforest()] fits a model that creates a large number of decision
44
#' trees, each independent of the others. The final prediction uses all
55
#' predictions from the individual trees and combines them.
66
#'
7-
#' @includeRmd man/rmd/rand_forest_party.md details
7+
#' @includeRmd man/rmd/rand_forest_partykit.md details
88
#'
9-
#' @name details_rand_forest_party
9+
#' @name details_rand_forest_partykit
1010
#' @keywords internal
1111
NULL
1212

man/details_decision_tree_party.Rd

Lines changed: 0 additions & 75 deletions
This file was deleted.

man/details_decision_tree_partykit.Rd

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

man/details_rand_forest_party.Rd

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)