Bibtex references
Showing 3 of 8 files from the diff.
Newly tracked file
R/LearnerAvg.R
changed.
Newly tracked file
R/PipeOpSmote.R
changed.
Newly tracked file
R/PipeOpImputeOOR.R
changed.
Other files ignored by Codecov
man/mlr_learners_avg.Rd
has changed.
inst/references.bib
is new.
DESCRIPTION
has changed.
man/mlr_pipeops_imputeoor.Rd
has changed.
man/mlr_pipeops_smote.Rd
has changed.
@@ -14,8 +14,7 @@
Loading
14 | 14 | #' for `LearnerClassifAvg` and `regr.mse` for `LearnerRegrAvg`). |
|
15 | 15 | #' Learned weights can be obtained from `$model`. |
|
16 | 16 | #' Using non-linear optimization is implemented in the SuperLearner R package. |
|
17 | - | #' For a more detailed analysis the reader is referred to |
|
18 | - | #' *LeDell, 2015: Scalable Ensemble Learning and Computationally Efficient Variance Estimation*. |
|
17 | + | #' For a more detailed analysis the reader is referred to LeDell (2015). |
|
19 | 18 | #' |
|
20 | 19 | #' @section Parameter Set: |
|
21 | 20 | #' * `measure` :: `character(1)` | `Measure` \cr |
@@ -35,6 +34,10 @@
Loading
35 | 34 | #' * `LearnerRegrAvg$new(), id = "regr.avg")` \cr |
|
36 | 35 | #' (`chr`) -> `self` \cr |
|
37 | 36 | #' Constructor. |
|
37 | + | #' |
|
38 | + | #' @references |
|
39 | + | #' \cite{mlr3pipelines}{ledell_2015} |
|
40 | + | #' |
|
38 | 41 | #' @family Learners |
|
39 | 42 | #' @family Ensembles |
|
40 | 43 | #' @include PipeOpEnsemble.R |
@@ -40,18 +40,15 @@
Loading
40 | 40 | #' Desired times of synthetic minority instances over the original number of |
|
41 | 41 | #' majority instances. See [`SMOTE()`][`smotefamily::SMOTE`]. |
|
42 | 42 | #' |
|
43 | - | #' @section Internals: |
|
44 | - | #' For details see: \cr |
|
45 | - | #' Chawla, N., Bowyer, K., Hall, L. and Kegelmeyer, W. 2002.\cr |
|
46 | - | #' SMOTE: Synthetic minority oversampling technique.\cr |
|
47 | - | #' Journal of Artificial Intelligence Research. 16, 321-357. |
|
48 | - | #' |
|
49 | 43 | #' @section Fields: |
|
50 | 44 | #' Only fields inherited from [`PipeOpTaskPreproc`]/[`PipeOp`]. |
|
51 | 45 | #' |
|
52 | 46 | #' @section Methods: |
|
53 | 47 | #' Only methods inherited from [`PipeOpTaskPreproc`]/[`PipeOp`]. |
|
54 | 48 | #' |
|
49 | + | #' @references |
|
50 | + | #' \cite{mlr3pipelines}{chawla_2002} |
|
51 | + | #' |
|
55 | 52 | #' @family PipeOps |
|
56 | 53 | #' @include PipeOpTaskPreproc.R |
|
57 | 54 | #' @export |
Files | Coverage |
---|---|
R | 94.46% |
Project Totals (77 files) | 94.46% |
197175557
196821028
200040401
198660358
201970597
200989541
204997319
203476087
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.