install_pycox: Install Pycox With Reticulate

View source: R/helpers_pycox.R

install_pycoxR Documentation

Install Pycox With Reticulate

Description

Installs the python 'pycox' package via reticulate. Note the default for pip is changed to TRUE.

Usage

install_pycox(
  method = "auto",
  conda = "auto",
  pip = TRUE,
  install_torch = FALSE,
  ...
)

Arguments

method, conda, pip

See reticulate::py_install.

install_torch

If TRUE installs the dependency torch package as well.

...

Passed to reticulate::py_install.


survivalmodels documentation built on March 24, 2022, 9:05 a.m.