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

Method predict

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

Source from the content-addressed store, hash-verified

69 pass
70
71 def predict(self, *args, **kwargs):
72 return self.predict_return
73
74 def predict_proba(self, *args, **kwargs):
75 return self.predict_proba_return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected