Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
def
JSON_LOG_CV_PATH(foldIdx):
207
return
'catboost_info/fold-'
+ str(foldIdx) +
'/catboost_training.json'
208
209
210
numpy_num_data_types = [
Callers
13
test_cv
Function · 0.85
test_cv_query
Function · 0.85
test_cv_pairs
Function · 0.85
test_cv_pairs_generated
Function · 0.85
test_cv_custom_loss
Function · 0.85
test_cv_skip_train
Function · 0.85
test_cv_skip_train_default
Function · 0.85
test_cv_metric_period
Function · 0.85
test_cv_overfitting_detector
Function · 0.85
test_cv_logging
Function · 0.85
test_cv_with_not_binarized_target
Function · 0.85
test_learning_rate_auto_set_in_cv
Function · 0.85
Calls
1
str
Class · 0.50
Tested by
no test coverage detected