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

Function GetTrainerFactoryKey

catboost/cuda/train_lib/train.h:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 };
85
86 inline TGpuTrainerFactoryKey GetTrainerFactoryKey(ELossFunction loss, EGrowPolicy policy = EGrowPolicy::SymmetricTree) {
87 return TGpuTrainerFactoryKey(loss, policy);
88 }
89
90 inline TGpuTrainerFactoryKey GetTrainerFactoryKey(const NCatboostOptions::TCatBoostOptions& options) {
91 return TGpuTrainerFactoryKey(options.LossFunctionDescription->GetLossFunction(),

Callers 13

pfound_f.cppFile · 0.85
TrainModelImplFunction · 0.85
ModelBasedEvalImplFunction · 0.85
multiclass.cppFile · 0.85
pointwise.cppFile · 0.85
querywise.cppFile · 0.85
combination.cppFile · 0.85

Calls 2

GetLossFunctionMethod · 0.45

Tested by

no test coverage detected