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

Method predict

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

Source from the content-addressed store, hash-verified

33 pass
34
35 def predict(self, *args, **kwargs):
36 if not self.fitted:
37 raise NotFittedError
38
39 return self.predict_return
40
41 def predict_proba(self, *args, **kwargs):
42 if not self.fitted:

Callers 11

test_predictMethod · 0.45
test_sklearnMethod · 0.45
GP_regression_stdFunction · 0.45
bagging.pyFile · 0.45
assign_pseudo_labelsFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_predictMethod · 0.36
test_sklearnMethod · 0.36