No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
c39d37f
... +0 ...
5fc3ade
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
66 | 66 | strata = strata, |
|
67 | 67 | breaks = breaks) |
|
68 | 68 | ||
69 | - | ## We remove the holdout indicies since it will save space and we can |
|
69 | + | ## We remove the holdout indices since it will save space and we can |
|
70 | 70 | ## derive them later when they are needed. |
|
71 | 71 | ||
72 | 72 | split_objs$splits <- map(split_objs$splits, rm_out) |
26 | 26 | #' @export |
|
27 | 27 | #' @return A tibble with classes `vfold_cv`, `rset`, `tbl_df`, `tbl`, and |
|
28 | 28 | #' `data.frame`. The results include a column for the data split objects and |
|
29 | - | #' one or more identification variables. For a single repeats, there will be |
|
29 | + | #' one or more identification variables. For a single repeat, there will be |
|
30 | 30 | #' one column called `id` that has a character string with the fold identifier. |
|
31 | 31 | #' For repeats, `id` is the repeat number and an additional column called `id2` |
|
32 | 32 | #' that contains the fold information (within repeat). |
85 | 85 | } |
|
86 | 86 | } |
|
87 | 87 | ||
88 | - | ## We remove the holdout indicies since it will save space and we can |
|
88 | + | ## We remove the holdout indices since it will save space and we can |
|
89 | 89 | ## derive them later when they are needed. |
|
90 | 90 | ||
91 | 91 | split_objs$splits <- map(split_objs$splits, rm_out) |
6 | 6 | #' |
|
7 | 7 | #' @param object An `rset` object |
|
8 | 8 | #' @param make_factor A logical for whether the results should be |
|
9 | - | #' character or a factor. |
|
9 | + | #' a character or a factor. |
|
10 | 10 | #' @param ... Not currently used. |
|
11 | 11 | #' @return A single character or factor vector. |
|
12 | 12 | #' @export |
64 | 64 | ## can have more than one element (in the case of nesting) |
|
65 | 65 | ||
66 | 66 | ||
67 | - | #' Short Decriptions of rsets |
|
67 | + | #' Short Descriptions of rsets |
|
68 | 68 | #' |
|
69 | - | #' Produce a chracter vector of describing the resampling method. |
|
69 | + | #' Produce a character vector describing the resampling method. |
|
70 | 70 | #' |
|
71 | 71 | #' @param x An `rset` object |
|
72 | 72 | #' @param ... Not currently used. |
219 | 219 | #' |
|
220 | 220 | #' For a data set, `add_resample_id()` will add at least one new column that |
|
221 | 221 | #' identifies which resample that the data came from. In most cases, a single |
|
222 | - | #' column is added but for some resampling methods two or more are added. |
|
222 | + | #' column is added but for some resampling methods, two or more are added. |
|
223 | 223 | #' @param .data A data frame |
|
224 | 224 | #' @param split A single `rset` object. |
|
225 | 225 | #' @param dots A single logical: should the id columns be prefixed with a "." |
14 | 14 | #' specified and, if it is given, will be ignored. |
|
15 | 15 | #' @param inside An expression for the type of resampling to be conducted |
|
16 | 16 | #' within the initial procedure. |
|
17 | - | #' @return An tibble with classe `nested_cv` and any other classes that |
|
17 | + | #' @return An tibble with `nested_cv` class and any other classes that |
|
18 | 18 | #' outer resampling process normally contains. The results include a |
|
19 | 19 | #' column for the outer data split objects, one or more `id` columns, |
|
20 | 20 | #' and a column of nested tibbles called `inner_resamples` with the |
40 | 40 | strata = strata, |
|
41 | 41 | breaks = breaks) |
|
42 | 42 | ||
43 | - | ## We remove the holdout indicies since it will save space and we can |
|
43 | + | ## We remove the holdout indices since it will save space and we can |
|
44 | 44 | ## derive them later when they are needed. |
|
45 | 45 | ||
46 | 46 | split_objs$splits <- map(split_objs$splits, rm_out) |
Files | Coverage |
---|---|
apparent.R | 72.73% |
boot.R | 97.67% |
bootci.R | 91.24% |
caret.R | 77.55% |
compat-dplyr-old.R | 7.69% |
compat-dplyr.R | 100.00% |
compat-vctrs-helpers.R | 74.55% |
compat-vctrs.R | 54.81% |
complement.R | 53.57% |
form_pred.R | 100.00% |
gather.R | 100.00% |
groups.R | 95.56% |
initial_split.R | 77.27% |
lables.R | 73.63% |
loo.R | 100.00% |
make_strata.R | 93.94% |
mc.R | 97.78% |
misc.R | 93.10% |
nest.R | 93.94% |
rolling_origin.R | 73.53% |
rset.R | 91.67% |
rsplit.R | 77.78% |
slide.R | 88.89% |
tidy.R | 64.10% |
validation_split.R | 93.55% |
vfold.R | 95.45% |
Folder Totals (26 files) | 81.90% |
Project Totals (26 files) | 81.90% |
5fc3ade
c39d37f