Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_sampling
Method · 0.45
test_SVM_loss
Method · 0.45
test_strategies
Method · 0.45
alp_uncertainty
Function · 0.45
alp_QBC
Function · 0.45
bagging.py
File · 0.45
Calls
no outgoing calls
Tested by
3
test_max_std_sampling
Method · 0.36
test_SVM_loss
Method · 0.36
test_strategies
Method · 0.36