Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
class
MockActiveLearner:
Callers
13
test_score
Method · 0.45
stream_based_sampling.py
File · 0.45
ranked_batch_mode.py
File · 0.45
pytorch_integration.py
File · 0.45
shape_learning.py
File · 0.45
query_by_committee.py
File · 0.45
keras_integration.py
File · 0.45
pool-based_sampling.py
File · 0.45
pytorch_mc_dropout.py
File · 0.45
deep_bayesian_active_learning.py
File · 0.45
cost_effective_active_learning.py
File · 0.45
ranked_batch_mode.py
File · 0.45
Calls
no outgoing calls
Tested by
1
test_score
Method · 0.36