Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/rushter/MLAlgorithms
/ wrapper
Function
wrapper
mla/metrics/base.py:21–23 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
19
20
def
validate_input(function):
21
def
wrapper(a, b):
22
a, b = check_data(a, b)
23
return
function(a, b)
24
25
return
wrapper
Callers
nothing calls this directly
Calls
1
check_data
Function · 0.85
Tested by
no test coverage detected