train {tensorflow}R Documentation

(Deprecated) Train a Model

Description

Train a model object. See implementation in the tfestimators::train.tf_estimator() package.

Usage

train(object, ...)

Arguments

object

A trainable R object.

...

Optional arguments passed on to implementing methods.

[Deprecated]


[Package tensorflow version 2.16.0 Index]