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

Method predict

modAL/models/base.py:361–362  ·  view source on GitHub ↗
(self, X: modALinput)

Source from the content-addressed store, hash-verified

359
360 @abc.abstractmethod
361 def predict(self, X: modALinput) -> Any:
362 pass
363
364 @abc.abstractmethod
365 def vote(self, X: modALinput) -> Any: # TODO: clarify typing

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected