tensorflow (version 2.16.0)

train_and_evaluate: (Deprecated) Simultaneously Train and Evaluate a Model

Description

Train and evaluate a model object. See implementation in the tfestimators::train_and_evaluate.tf_estimator() package.

Usage

train_and_evaluate(object, ...)

Arguments

object

An R object.

...

Optional arguments passed on to implementing methods.

[Deprecated]