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

Method AllowWriteFiles

catboost/private/libs/options/output_file_options.cpp:212–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212bool NCatboostOptions::TOutputFilesOptions::AllowWriteFiles() const {
213 return AllowWriteFilesFlag.Get();
214}
215
216EFinalCtrComputationMode NCatboostOptions::TOutputFilesOptions::GetFinalCtrComputationMode() const {
217 return FinalCtrComputationMode.Get();

Callers 13

TuneHyperparamsCVFunction · 0.80
TuneHyperparamsTrainTestFunction · 0.80
ProcessHistoryMetricsFunction · 0.80
SaveModelFunction · 0.80
TrainModelFunction · 0.80
ModelBasedEvalFunction · 0.80
CrossValidateFunction · 0.80
CreateLogsMethod · 0.80
EvaluateFeaturesImplFunction · 0.80
QuantizePoolsFunction · 0.80
InitializeFilesMethod · 0.80
TrainModelMethod · 0.80

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected