This function is used to install the Keras Tuner python module

install_kerastuner(
  version = NULL,
  ...,
  bayesian = TRUE,
  restart_session = TRUE,
  from_git = FALSE
)

Arguments

version

for specific version of Keras Tuner, e.g. "1.0.1"

...

other arguments passed to [reticulate::py_install()].

bayesian

install bayesian module

restart_session

Restart R session after installing (note this will only occur within RStudio).

from_git

install the recent GitHub version of Keras Tuner

Value

a python module kerastuner