CatTrainJson

io.github.metarank.ltrlib.booster.CatboostBooster$.CatTrainJson$
See theCatTrainJson companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Iteration(learn: List[Double], passed_time: Double, remaining_time: Double, iteration: Int, test: List[Double])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Meta(test_sets: List[String], test_metrics: List[TestMetric], learn_metrics: List[TestMetric])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class TestMetric(best_value: String, name: String)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Implicits

Implicits

implicit val ctDecoder: Decoder[CatTrainJson]
implicit val itDecoder: Decoder[Iteration]
implicit val metaDecoder: Decoder[Meta]
implicit val tmDecoder: Decoder[TestMetric]