MCPcopy Create free account
hub / github.com/lazyprogrammer/machine_learning_examples / maybe_make_dir

Function maybe_make_dir

tf2.0/keras_trader.py:92–94  ·  view source on GitHub ↗
(directory)

Source from the content-addressed store, hash-verified

90
91
92def maybe_make_dir(directory):
93 if not os.path.exists(directory):
94 os.makedirs(directory)
95
96
97

Callers 1

keras_trader.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected