This function is used to install the Keras Tuner python module
install_kerastuner(
version = NULL,
...,
bayesian = TRUE,
restart_session = TRUE,
from_git = FALSE
)
for specific version of Keras Tuner, e.g. "1.0.1"
other arguments passed to [reticulate::py_install()].
install bayesian module
Restart R session after installing (note this will only occur within RStudio).
install the recent GitHub version of Keras Tuner
a python module kerastuner