-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resolve merge conflict in R\piplines.R
- Loading branch information
Showing
189 changed files
with
3,810 additions
and
4,073 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,3 +23,4 @@ README.html | |
^\.vscode$ | ||
^\.lintr$ | ||
^\.pre-commit-config\.yaml$ | ||
^pkgdown/_pkgdown\.yml$ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,4 +104,5 @@ src/*.so | |
src/*.dll | ||
CRAN-RELEASE | ||
.vscode | ||
check/* | ||
check/* | ||
docs |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,25 @@ | ||
Package: mlr3proba | ||
Title: Probabilistic Supervised Learning for 'mlr3' | ||
Version: 0.6.8 | ||
Authors@R: | ||
c(person(given = "Raphael", | ||
family = "Sonabend", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9225-4654")), | ||
person(given = "Franz", | ||
family = "Kiraly", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Michel", | ||
family = "Lang", | ||
role = "aut", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-9754-0393")), | ||
person(given = "Nurul Ain", | ||
family = "Toha", | ||
role = "ctb", | ||
email = "[email protected]"), | ||
person(given = "Andreas", | ||
family = "Bender", | ||
role = "ctb", | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0001-5628-8611")), | ||
person(given = "John", | ||
family = "Zobolas", | ||
role = c("cre", "aut"), | ||
email = "[email protected]", | ||
comment = c(ORCID = "0000-0002-3609-8674")), | ||
person(given = "Lukas", | ||
family = "Burk", | ||
email = "[email protected]", | ||
role = "ctb", | ||
comment = c(ORCID = "0000-0001-7528-3795")), | ||
person(given = "Philip", | ||
family = "Studener", | ||
role = "aut", | ||
email = "[email protected]"), | ||
person(given = "Maximilian", | ||
family = "Muecke", | ||
email = "[email protected]", | ||
role = "ctb", | ||
comment = c(ORCID = "0009-0000-9432-9795"))) | ||
Version: 0.7.4 | ||
Authors@R: c( | ||
person("Raphael", "Sonabend", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-9225-4654")), | ||
person("Franz", "Kiraly", , "[email protected]", role = "aut"), | ||
person("Michel", "Lang", , "[email protected]", role = "aut", | ||
comment = c(ORCID = "0000-0001-9754-0393")), | ||
person("Nurul Ain", "Toha", , "[email protected]", role = "ctb"), | ||
person("Andreas", "Bender", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-5628-8611")), | ||
person("John", "Zobolas", , "[email protected]", role = c("cre", "aut"), | ||
comment = c(ORCID = "0000-0002-3609-8674")), | ||
person("Lukas", "Burk", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-7528-3795")), | ||
person("Philip", "Studener", , "[email protected]", role = "aut"), | ||
person("Maximilian", "Muecke", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0009-0000-9432-9795")), | ||
person("Lee Xingzhuo", "Li", , "[email protected]", role = "ctb", | ||
comment = c(ORCID = "0000-0001-5259-5198")) | ||
) | ||
Description: Provides extensions for probabilistic supervised learning for | ||
'mlr3'. This includes extending the regression task to probabilistic | ||
and interval regression, adding a survival task, and other specialized | ||
|
@@ -60,38 +36,37 @@ Imports: | |
distr6 (>= 1.8.4), | ||
ggplot2, | ||
mlr3misc (>= 0.7.0), | ||
mlr3viz, | ||
mlr3pipelines (>= 0.7.0), | ||
paradox (>= 1.0.0), | ||
R6, | ||
Rcpp (>= 1.0.4), | ||
survival | ||
Suggests: | ||
bujar, | ||
abind, | ||
coxed, | ||
GGally, | ||
knitr, | ||
lgr, | ||
mlr3pipelines (>= 0.3.4), | ||
lifecycle, | ||
mlr3learners, | ||
mlr3viz, | ||
pammtools, | ||
param6 (>= 0.2.4), | ||
polspline, | ||
pracma, | ||
rpart, | ||
set6 (>= 0.2.6), | ||
simsurv, | ||
survAUC, | ||
testthat (>= 3.0.0), | ||
vdiffr, | ||
abind, | ||
Ecdat, | ||
coxed, | ||
mlr3learners, | ||
pammtools | ||
testthat (>= 3.0.0) | ||
LinkingTo: | ||
Rcpp | ||
Remotes: | ||
xoopR/distr6, | ||
xoopR/param6, | ||
xoopR/set6 | ||
Config/testthat/edition: 3 | ||
ByteCompile: true | ||
Config/testthat/edition: 3 | ||
Encoding: UTF-8 | ||
LazyData: true | ||
NeedsCompilation: no | ||
|
@@ -118,6 +93,7 @@ Collate: | |
'MeasureSurvDCalibration.R' | ||
'MeasureSurvGraf.R' | ||
'MeasureSurvHungAUC.R' | ||
'MeasureSurvICI.R' | ||
'MeasureSurvIntLogloss.R' | ||
'MeasureSurvLogloss.R' | ||
'MeasureSurvMAE.R' | ||
|
@@ -138,17 +114,12 @@ Collate: | |
'PipeOpCrankCompositor.R' | ||
'PipeOpDistrCompositor.R' | ||
'PipeOpPredClassifSurvDiscTime.R' | ||
'PipeOpTransformer.R' | ||
'PipeOpPredTransformer.R' | ||
'PipeOpPredRegrSurv.R' | ||
'PipeOpPredSurvRegr.R' | ||
'PipeOpPredClassifSurvIPCW.R' | ||
'PipeOpProbregrCompositor.R' | ||
'PipeOpResponseCompositor.R' | ||
'PipeOpSurvAvg.R' | ||
'PipeOpTaskRegrSurv.R' | ||
'PipeOpTaskSurvClassifDiscTime.R' | ||
'PipeOpTaskSurvRegr.R' | ||
'PipeOpTaskTransformer.R' | ||
'PipeOpTaskSurvClassifIPCW.R' | ||
'PredictionDataDens.R' | ||
'PredictionDataSurv.R' | ||
'PredictionDens.R' | ||
|
@@ -177,7 +148,6 @@ Collate: | |
'mlr3proba-package.R' | ||
'pecs.R' | ||
'pipelines.R' | ||
'plot.R' | ||
'plot_probregr.R' | ||
'scoring_rule_erv.R' | ||
'surv_measures.R' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.