install_keras {survivalmodels} | R Documentation |
Install Keras and Tensorflow
Description
Stripped back version of keras::install_keras. Note the
default for pip
is changed to TRUE
.
Usage
install_keras(
method = "auto",
conda = "auto",
pip = TRUE,
install_tensorflow = FALSE,
...
)
Arguments
method , conda , pip |
|
install_tensorflow |
If |
... |
Passed to reticulate::py_install. |
Value
No return value.
[Package survivalmodels version 0.1.191 Index]