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

Method score

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

Source from the content-addressed store, hash-verified

45 return self.predict_proba_return
46
47 def score(self, *args, **kwargs):
48 return self.score_return
49
50
51class MockActiveLearner:

Calls

no outgoing calls

Tested by 1

test_scoreMethod · 0.36