Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ _get_cache_path
Function
_get_cache_path
catboost/python-package/catboost/datasets.py:73–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
72
73
def
_get_cache_path():
74
global _cache_path
75
if
_cache_path is None:
76
_cache_path = os.path.join(os.getcwd(),
'catboost_cached_datasets'
)
77
return
_cache_path
78
79
80
def
set_cache_path(path):
Callers
1
_download_dataset
Function · 0.85
Calls
1
join
Method · 0.45
Tested by
no test coverage detected