Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1552
def
_get_train_dir(params):
1553
return
params.get(
'train_dir'
,
'catboost_info'
)
1554
1555
1556
def
_get_catboost_widget(train_dirs):
Callers
5
_fit
Method · 0.85
eval_metrics
Method · 0.85
_tune_hyperparams
Method · 0.85
select_features
Method · 0.85
cv
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected