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

Function JSON_LOG_CV_PATH

catboost/python-package/ut/medium/test.py:206–207  ·  view source on GitHub ↗
(foldIdx)

Source from the content-addressed store, hash-verified

204
205
206def JSON_LOG_CV_PATH(foldIdx):
207 return 'catboost_info/fold-' + str(foldIdx) + '/catboost_training.json'
208
209
210numpy_num_data_types = [

Callers 13

test_cvFunction · 0.85
test_cv_queryFunction · 0.85
test_cv_pairsFunction · 0.85
test_cv_pairs_generatedFunction · 0.85
test_cv_custom_lossFunction · 0.85
test_cv_skip_trainFunction · 0.85
test_cv_metric_periodFunction · 0.85
test_cv_loggingFunction · 0.85

Calls 1

strClass · 0.50

Tested by

no test coverage detected