MCPcopy Create free account
hub / github.com/modAL-python/modAL / fit

Method fit

tests/mock.py:68–69  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

66 self.score_return = score_return
67
68 def fit(self, *args, **kwargs):
69 pass
70
71 def predict(self, *args, **kwargs):
72 return self.predict_return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected