Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ddbourgin/numpy-ml
/ __call__
Method
__call__
numpy_ml/preprocessing/general.py:184–185 ·
view source on GitHub ↗
(self, X)
Source
from the content-addressed store, hash-verified
182
return
params
183
184
def
__call__(self, X):
185
return
self.transform(X)
186
187
def
fit(self, X):
188
""
"
Callers
nothing calls this directly
Calls
1
transform
Method · 0.95
Tested by
no test coverage detected