MCPcopy Create free account
hub / github.com/rushter/MLAlgorithms / get_filename

Function get_filename

mla/datasets/base.py:7–8  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

5
6
7def get_filename(name):
8 return os.path.join(os.path.dirname(__file__), name)
9
10
11def load_mnist():

Callers 2

loadFunction · 0.85
load_nietzscheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected