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

Method fit

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

Source from the content-addressed store, hash-verified

30 self.score_return = score_return
31
32 def fit(self, *args, **kwargs):
33 pass
34
35 def predict(self, *args, **kwargs):
36 if not self.fitted:

Callers 6

test_max_std_samplingMethod · 0.45
test_SVM_lossMethod · 0.45
test_strategiesMethod · 0.45
alp_uncertaintyFunction · 0.45
alp_QBCFunction · 0.45
bagging.pyFile · 0.45

Calls

no outgoing calls

Tested by 3

test_max_std_samplingMethod · 0.36
test_SVM_lossMethod · 0.36
test_strategiesMethod · 0.36