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

Method score

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

Source from the content-addressed store, hash-verified

75 return self.predict_proba_return
76
77 def score(self, *args, **kwargs):
78 return self.score_return
79
80
81class MockCommittee:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected