tensorflow (version 1.13.1)

evaluate: Evaluate a Model

Description

Evaluate a model object. See implementations in the keras and tfestimators packages.

Usage

evaluate(object, ...)

Arguments

object

An evaluatable R object.

...

Optional arguments passed on to implementing methods.

Implementations