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

Method predict_proba

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

Source from the content-addressed store, hash-verified

72 return self.predict_return
73
74 def predict_proba(self, *args, **kwargs):
75 return self.predict_proba_return
76
77 def score(self, *args, **kwargs):
78 return self.score_return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected