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

Function _get_train_dir

catboost/python-package/catboost/core.py:1552–1553  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

1550
1551
1552def _get_train_dir(params):
1553 return params.get('train_dir', 'catboost_info')
1554
1555
1556def _get_catboost_widget(train_dirs):

Callers 5

_fitMethod · 0.85
eval_metricsMethod · 0.85
_tune_hyperparamsMethod · 0.85
select_featuresMethod · 0.85
cvFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected