EScoreFunction

class catboost_spark.EScoreFunction(value)[source]

Bases: enum.Enum

An enumeration.

Attributes Summary

Cosine

L2

LOOL2

NewtonCosine

NewtonL2

SatL2

SolarL2

Attributes Documentation

Cosine = 1
L2 = 6
LOOL2 = 4
NewtonCosine = 3
NewtonL2 = 2
SatL2 = 5
SolarL2 = 0