AggregateClassificationMetrics

gcp4s.bigquery.model.AggregateClassificationMetrics
final case class AggregateClassificationMetrics(precision: Option[Double], rocAuc: Option[Double], logLoss: Option[Double], f1Score: Option[Double], accuracy: Option[Double], threshold: Option[Double], recall: Option[Double])

Attributes

Source:
AggregateClassificationMetrics.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product