train {tensorflow}R Documentation

Train a Model

Description

Train a model object. See implementation in the tfestimators package.

Usage

train(object, ...)

Arguments

object

A trainable R object.

...

Optional arguments passed on to implementing methods.

Implementations


[Package tensorflow version 1.10 Index]