Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ vote
Method
vote
modAL/models/base.py:365–366 ·
view source on GitHub ↗
(self, X: modALinput)
Source
from the content-addressed store, hash-verified
363
364
@abc.abstractmethod
365
def
vote(self, X: modALinput) -> Any:
# TODO: clarify typing
366
pass
367
Callers
1
vote_entropy
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected