Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Persper/code-analytics
/ transform
Method
transform
persper/classifier.py:211–212 ·
view source on GitHub ↗
(self, data_dict)
Source
from the content-addressed store, hash-verified
209
return
self
210
211
def
transform(self, data_dict):
212
return
data_dict[self.key]
213
214
def
_fit_binary(estimator, use_bns, use_text, use_frc, k, X, y):
215
estimator = clone(estimator)
Callers
2
transform
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected