Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ types & classes
Types & classes
30 in github.com/modAL-python/modAL
⨍
Functions
285
◇
Types & classes
30
↓ 39 callers
Class
ActiveLearner
This class is an model of a general classic (machine learning) active learning algorithm. Args: estimator: The estimator to be used
modAL/models/learners.py:20
↓ 7 callers
Class
Committee
This class is an abstract model of a committee-based active learning algorithm. Args: learner_list: A list of ActiveLearners forming
modAL/models/learners.py:438
↓ 3 callers
Class
BayesianOptimizer
This class is an abstract model of a Bayesian optimizer algorithm. Args: estimator: The estimator to be used in the Bayesian optimiz
modAL/models/learners.py:305
↓ 2 callers
Class
CommitteeRegressor
This class is an abstract model of a committee-based active learning regression. Args: learner_list: A list of ActiveLearners forming
modAL/models/learners.py:632
↓ 2 callers
Class
Torch_Model
tests/core_tests.py:722
↓ 1 callers
Class
DeepActiveLearner
This class is an model of a general deep active learning algorithm. Differences to the classical ActiveLearner are: - Data is no memb
modAL/models/learners.py:183
↓ 1 callers
Class
MockClassifier
tests/example_tests/multidimensional_data.py:9
↓ 1 callers
Class
Torch_Model
examples/pytorch_mc_dropout.py:18
Class
BaseCommittee
Base class for query-by-committee setup. Args: learner_list: List of ActiveLearner objects to form committee. query_strategy:
modAL/models/base.py:210
Class
BaseLearner
Core abstraction in modAL. Args: estimator: The estimator to be used in the active learning loop. query_strategy: Function p
modAL/models/base.py:24
Class
HierarchicalClustering
modAL/cluster.py:10
Class
MockActiveLearner
Mock ActiveLearner for testing.
tests/mock.py:51
Class
MockCommittee
Mock Committee for testing.
tests/mock.py:81
Class
MockEstimator
Mock classifier object for testing.
tests/mock.py:15
Class
MockFunction
Mock utility function for testing.
tests/mock.py:4
Class
TestAcquisitionFunctions
tests/core_tests.py:244
Class
TestActiveLearner
tests/core_tests.py:926
Class
TestBayesianOptimizer
tests/core_tests.py:1226
Class
TestCommittee
tests/core_tests.py:1371
Class
TestCommitteeRegressor
tests/core_tests.py:1532
Class
TestDeepActiveLearner
Tests for the base class methods of the BaseLearner (base.py) are provided in the TestActiveLearner.
tests/core_tests.py:882
Class
TestDensity
tests/core_tests.py:386
Class
TestDisagreements
tests/core_tests.py:407
Class
TestDropout
tests/core_tests.py:744
Class
TestEER
tests/core_tests.py:539
Class
TestExamples
tests/core_tests.py:1672
Class
TestMultilabel
tests/core_tests.py:1610
Class
TestUncertainties
tests/core_tests.py:568
Class
TestUtils
tests/core_tests.py:49
Class
Torch_Model
examples/pytorch_integration.py:18