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

Method predict

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

Source from the content-addressed store, hash-verified

113 return self.calculate_disagreement_return
114
115 def predict(self, *args, **kwargs):
116 if not self.fitted:
117 raise NotFittedError
118
119 return self.predict_return
120
121 def predict_proba(self, *args, **kwargs):
122 if not self.fitted:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected