install_keras: Install Keras and Tensorflow

View source: R/helpers_keras.R

install_kerasR 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

See reticulate::py_install.

install_tensorflow

If TRUE installs the dependency tensorflow package as well.

...

Passed to reticulate::py_install.

Value

No return value.


survivalmodels documentation built on May 29, 2024, 7:26 a.m.