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

Method predict_proba

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

Source from the content-addressed store, hash-verified

119 return self.predict_return
120
121 def predict_proba(self, *args, **kwargs):
122 if not self.fitted:
123 raise NotFittedError
124
125 return self.predict_proba_return
126
127 def vote(self, *args, **kwargs):
128 if not self.fitted:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected