Stripped back version of keras::install_keras. Note the
default for pip is changed to TRUE.
install_keras(
method = "auto",
conda = "auto",
pip = TRUE,
install_tensorflow = FALSE,
...
)If TRUE installs the dependency tensorflow package as well.
Passed to reticulate::py_install.