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

Method teach

modAL/models/base.py:206–207  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

204
205 @abc.abstractmethod
206 def teach(self, *args, **kwargs) -> None:
207 pass
208
209
210class BaseCommittee(ABC, BaseEstimator):

Calls

no outgoing calls

Tested by 1

test_on_transformedMethod · 0.36