MCPcopy 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
214def _fit_binary(estimator, use_bns, use_text, use_frc, k, X, y):
215 estimator = clone(estimator)

Callers 2

transformMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected