R/generic_methods.R

Defines functions experiment

Documented in experiment

#' @importFrom tensorflow evaluate train train_and_evaluate export_savedmodel
NULL


#' Construct an Experiment
#' 
#' Construct an experiment object.
#' 
#' @param object An \R object.
#' @param ... Optional arguments passed on to implementing methods.
experiment <- function(object, ...) {
  UseMethod("experiment")
}

Try the tfestimators package in your browser

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

tfestimators documentation built on Aug. 10, 2021, 1:06 a.m.