View source: R/helpers_pycox.R
install_pycox | R Documentation |
Installs the python 'pycox' package via reticulate.
Note the default for pip
is changed to TRUE
.
install_pycox(
method = "auto",
conda = "auto",
pip = TRUE,
install_torch = FALSE,
...
)
method , conda , pip |
See reticulate::py_install. |
install_torch |
If |
... |
Passed to reticulate::py_install. |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.