R/version.R

Defines functions keras_tuner_version

Documented in keras_tuner_version

#' @title Version of Keras Tuner
#' @description Get the current version of Keras Tuner
#' @return prints the version.
#' @export
keras_tuner_version = function() {
  kerastuner$`__version__`
}

Try the kerastuneR package in your browser

Any scripts or data that you put into this service are public.

kerastuneR documentation built on Sept. 4, 2023, 1:06 a.m.