Created
January 7, 2023 23:59
-
-
Save cindyangelira/799480a3337e128b277f576d28c78174 to your computer and use it in GitHub Desktop.
survival_dependencies
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
required_packages <- c("tidyverse", "survivalmodels", "mlr3benchmark", | |
"mlr3pipelines", "mlr3proba", "mlr3tuning", "mlr3extralearners") | |
install.packages(required_packages) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment