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

Method vote

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

Source from the content-addressed store, hash-verified

125 return self.predict_proba_return
126
127 def vote(self, *args, **kwargs):
128 if not self.fitted:
129 raise NotFittedError
130
131 return self.vote_return
132
133 def vote_proba(self, *args, **kwargs):
134 if not self.fitted:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected