Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
def
get_filename(name):
8
return
os.path.join(os.path.dirname(__file__), name)
9
10
11
def
load_mnist():
Callers
2
load
Function · 0.85
load_nietzsche
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected