MCPcopy 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
115def create_dir_if_not_exist(path):
116 if not os.path.exists(path):
117 os.mkdir(path)
118
119
120class _StreamLikeWrapper:

Callers 3

compareMethod · 0.85
select_featuresMethod · 0.85
cvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected