Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ create_dir_if_not_exist
Function
create_dir_if_not_exist
catboost/python-package/catboost/core.py:115–117 ·
view source on GitHub ↗
(path)
Source
from the content-addressed store, hash-verified
113
114
115
def
create_dir_if_not_exist(path):
116
if
not os.path.exists(path):
117
os.mkdir(path)
118
119
120
class
_StreamLikeWrapper:
Callers
3
compare
Method · 0.85
select_features
Method · 0.85
cv
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected