train: (Deprecated) Train a Model

View source: R/estimator-generics.R

trainR Documentation

(Deprecated) 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

  • tfestimators


tensorflow documentation built on Aug. 15, 2023, 5:08 p.m.

Related to train in tensorflow...