install_pycox {survivalmodels} | R 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 |
|
install_torch |
If |
... |
Passed to reticulate::py_install. |
Value
No return value.
[Package survivalmodels version 0.1.191 Index]