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

Method vote_proba

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

Source from the content-addressed store, hash-verified

131 return self.vote_return
132
133 def vote_proba(self, *args, **kwargs):
134 if not self.fitted:
135 raise NotFittedError
136
137 return self.vote_proba_return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected