MCPcopy Create free account
hub / github.com/catboost/catboost / GetLossFunction

Method GetLossFunction

catboost/private/libs/options/loss_description.cpp:50–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50ELossFunction NCatboostOptions::TLossDescription::GetLossFunction() const {
51 return LossFunction.Get();
52}
53
54void NCatboostOptions::TLossDescription::Load(const NJson::TJsonValue& options) {
55 CheckedLoad(options, &LossFunction, &LossParams);

Callers 15

DoMapMethod · 0.45
MapBuildPlainFoldFunction · 0.45
UpdateLeavesExactFunction · 0.45
MapSetApproxesFunction · 0.45
UpdateMetricPeriodOptionFunction · 0.45
GetLogLossBorderMethod · 0.45
GetYetiRankDecayMethod · 0.45
GetLqParamMethod · 0.45
GetHuberParamMethod · 0.45
GetQuerySoftMaxBetaMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected