Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
210
class
BaseCommittee(ABC, BaseEstimator):
Callers
15
test_on_transformed
Method · 0.45
active_regression.py
File · 0.45
shape_learning.py
File · 0.45
ensemble_regression.py
File · 0.45
pool_based_sampling.py
File · 0.45
query_by_committee.py
File · 0.45
bayesian_optimization.py
File · 0.45
multidimensional_data.py
File · 0.45
stream_based_sampling.py
File · 0.45
custom_query_strategies.py
File · 0.45
ensemble.py
File · 0.45
multilabel_svm.py
File · 0.45
Calls
no outgoing calls
Tested by
1
test_on_transformed
Method · 0.36