install_kerastuner: Install Keras Tuner

View source: R/install.R

install_kerastunerR Documentation

Install Keras Tuner

Description

This function is used to install the Keras Tuner python module

Usage

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


kerastuneR documentation built on May 29, 2024, 6:45 a.m.