IterationResult

gcp4s.bigquery.model.IterationResult
final case class IterationResult(trainingLoss: Option[Double], learnRate: Option[Double], durationMs: Option[FiniteDuration], index: Option[Int], evalLoss: Option[Double])

Attributes

Source
IterationResult.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product