Skip to content

Commit 93b4fd3

Browse files
committed
move to modeldata package
1 parent 1c2612a commit 93b4fd3

23 files changed

+13
-242
lines changed

DESCRIPTION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,5 @@ Suggests:
4949
ranger,
5050
rpart,
5151
MASS,
52-
nlme
52+
nlme,
53+
modeldata

R/data.R

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

R/descriptors.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
#'
5959
#' \preformatted{
6060
#'
61+
#' library(modeldata)
6162
#' data("lending_club")
6263
#'
6364
#' rand_forest(mode = "classification", mtry = .cols() - 2)

R/fit.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
#' # methods for specifying the model can be used
4949
#'
5050
#' library(dplyr)
51+
#' library(modeldata)
5152
#' data("lending_club")
5253
#'
5354
#' lr_mod <- logistic_reg()

data/check_times.rda

-355 KB
Binary file not shown.

data/datalist

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

data/lending_club.rda

-150 KB
Binary file not shown.

data/wa_churn.rda

-89.7 KB
Binary file not shown.

man/check_times.Rd

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

man/descriptors.Rd

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

0 commit comments

Comments
 (0)