Package: RobustPrediction
Type: Package
Title: Robust Tuning and Training for Cross-Source Prediction
Version: 0.1.4
Authors@R: c(
    person("Yuting", "He", email = "Yuting.He@campus.lmu.de", role = c("aut", "cre")),
    person("Nicole", "Ellenbach", role = "ctb"),
    person("Roman", "Hornung", role = "ctb"))
Maintainer: Yuting He <Yuting.He@campus.lmu.de>
Description: Provides robust parameter tuning and model training for predictive models across data sources. This package implements three primary tuning methods: cross-validation-based internal tuning, external tuning, and the 'RobustTuneC' method. It supports Lasso, Ridge, Random Forest, Boosting, and Support Vector Machine classifiers. The tuning methods are based on the paper by Nicole Ellenbach, Anne-Laure Boulesteix, Bernd Bischl, Kristian Unger, and Roman Hornung (2021) "Improved Outcome Prediction Across Data Sources Through Robust Parameter Tuning" <doi:10.1007/s00357-020-09368-z>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
LazyData: true
Depends: R (>= 3.5.0)
Imports: glmnet, mboost, mlr, ranger, e1071, pROC
URL: https://github.com/Yuting-He/RobustPrediction
Packaged: 2024-11-13 16:25:05 UTC; yutin
Author: Yuting He [aut, cre],
  Nicole Ellenbach [ctb],
  Roman Hornung [ctb]
Repository: CRAN
Date/Publication: 2024-11-14 13:30:08 UTC
