Skip to content

Instantly share code, notes, and snippets.

@cindyangelira
Created January 9, 2023 13:39
Show Gist options
  • Save cindyangelira/7c27c5d7948164c38a94d0ddd258072e to your computer and use it in GitHub Desktop.
Save cindyangelira/7c27c5d7948164c38a94d0ddd258072e to your computer and use it in GitHub Desktop.
Set up miniconda env in R
# 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