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

Method predict_proba

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

Source from the content-addressed store, hash-verified

39 return self.predict_return
40
41 def predict_proba(self, *args, **kwargs):
42 if not self.fitted:
43 raise NotFittedError
44
45 return self.predict_proba_return
46
47 def score(self, *args, **kwargs):
48 return self.score_return

Callers 5

test_predict_probaMethod · 0.45
test_sklearnMethod · 0.45
shape_learning.pyFile · 0.45
max_entropyFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_predict_probaMethod · 0.36
test_sklearnMethod · 0.36