Created
January 9, 2023 13:39
-
-
Save cindyangelira/7c27c5d7948164c38a94d0ddd258072e to your computer and use it in GitHub Desktop.
Set up miniconda env in 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
# Set up python env in R---- | |
library(survivalmodels) | |
install_pycox(pip = TRUE, install_torch = TRUE) | |
install_keras(pip = TRUE, install_tensorflow = TRUE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment