Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/modAL-python/modAL
/ functions
Functions
285 in github.com/modAL-python/modAL
⨍
Functions
285
◇
Types & classes
30
Method
setUp
(self)
tests/core_tests.py:745
Method
setUp
(self)
tests/core_tests.py:888
Method
teach
Adds X and y to the known training data for each learner and retrains learners with the augmented dataset. Args: X: The n
modAL/models/base.py:344
Method
test_KL_max_disagreement
(self)
tests/core_tests.py:464
Method
test_SVM_loss
(self)
tests/core_tests.py:1611
Method
test_acquisition_functions
(self)
tests/core_tests.py:245
Method
test_add_training_data
(self)
tests/core_tests.py:928
Method
test_batch_size
(self)
tests/core_tests.py:907
Method
test_check_class_labels
(self)
tests/core_tests.py:51
Method
test_check_class_proba
(self)
tests/core_tests.py:78
Method
test_classifier_entropy
(self)
tests/core_tests.py:627
Method
test_classifier_margin
(self)
tests/core_tests.py:597
Method
test_classifier_uncertainty
(self)
tests/core_tests.py:570
Method
test_consensus_entropy
(self)
tests/core_tests.py:437
Method
test_consensus_entropy_sampling
(self)
tests/core_tests.py:507
Method
test_data_vstack
(self)
tests/core_tests.py:167
Method
test_eer
(self)
tests/core_tests.py:540
Method
test_entropy_sampling
(self)
tests/core_tests.py:698
Method
test_examples
(self)
tests/core_tests.py:1674
Method
test_get_max
(self)
tests/core_tests.py:1297
Method
test_get_predictions
(self)
tests/core_tests.py:804
Method
test_information_density
(self)
tests/core_tests.py:399
Method
test_keras
(self)
tests/core_tests.py:1086
Method
test_linear_combination
(self)
tests/core_tests.py:100
Method
test_make_query_strategy
(self)
tests/core_tests.py:146
Method
test_margin_sampling
(self)
tests/core_tests.py:677
Method
test_max_disagreement_sampling
(self)
tests/core_tests.py:516
Method
test_max_std_sampling
(self)
tests/core_tests.py:528
Method
test_mc_dropout_bald
(self)
tests/core_tests.py:752
Method
test_mc_dropout_max_entropy
(self)
tests/core_tests.py:778
Method
test_mc_dropout_max_variationRatios
(self)
tests/core_tests.py:791
Method
test_mc_dropout_mean_st
(self)
tests/core_tests.py:765
Method
test_multi_argmax
(self)
tests/core_tests.py:204
Method
test_nan
(self)
tests/core_tests.py:1067
Method
test_num_epochs
(self)
tests/core_tests.py:916
Method
test_old_query_strategy_interface
(self)
tests/core_tests.py:1194
Method
test_on_transformed
(self)
tests/core_tests.py:1124
Method
test_on_transformed
(self)
tests/core_tests.py:1337
Method
test_on_transformed
(self)
tests/core_tests.py:1493
Method
test_on_transformed
(self)
tests/core_tests.py:1568
Method
test_on_transformed_with_variable_transformation
Learnable transformations naturally change after a model is retrained. Make sure this is handled properly for on_transformed=True que
tests/core_tests.py:1154
Method
test_optimizer_EI
(self)
tests/core_tests.py:291
Method
test_optimizer_PI
(self)
tests/core_tests.py:257
Method
test_optimizer_UCB
(self)
tests/core_tests.py:329
Method
test_predict
(self)
tests/core_tests.py:988
Method
test_predict
(self)
tests/core_tests.py:1394
Method
test_predict
(self)
tests/core_tests.py:1534
Method
test_predict_proba
(self)
tests/core_tests.py:1003
Method
test_predict_proba
(self)
tests/core_tests.py:1411
Method
test_product
(self)
tests/core_tests.py:124
Method
test_query
(self)
tests/core_tests.py:1019
Method
test_score
(self)
tests/core_tests.py:1040
Method
test_selection
(self)
tests/core_tests.py:362
Method
test_set_classes
(self)
tests/core_tests.py:1373
Method
test_set_dropout_mode
(self)
tests/core_tests.py:850
Method
test_set_max
(self)
tests/core_tests.py:1227
Method
test_set_new_max
(self)
tests/core_tests.py:1246
Method
test_shuffled_argmax
(self)
tests/core_tests.py:218
Method
test_similarize_distance
(self)
tests/core_tests.py:388
Method
test_sklearn
(self)
tests/core_tests.py:1089
Method
test_sparse_matrices
(self)
tests/core_tests.py:1101
Method
test_strategies
(self)
tests/core_tests.py:1628
Method
test_teach
(self)
tests/core_tests.py:894
Method
test_teach
(self)
tests/core_tests.py:1051
Method
test_teach
(self)
tests/core_tests.py:1311
Method
test_teach
(self)
tests/core_tests.py:1469
Method
test_uncertainty_sampling
(self)
tests/core_tests.py:657
Method
test_vote
(self)
tests/core_tests.py:1431
Method
test_vote
(self)
tests/core_tests.py:1554
Method
test_vote_entropy
(self)
tests/core_tests.py:409
Method
test_vote_entropy_sampling
(self)
tests/core_tests.py:498
Method
test_vote_proba
(self)
tests/core_tests.py:1449
Method
test_weighted_random
(self)
tests/core_tests.py:231
Function
timed_func
(*args, **kwargs)
examples/runtime_comparison.py:25
Function
timeit
(n_reps=10)
examples/runtime_comparison.py:21
Function
timer
(func)
examples/runtime_comparison.py:23
Method
transform_without_estimating
Transforms the data as supplied to each learner's estimator and concatenates transformations. Args: X: dataset to be tran
modAL/models/base.py:287
Function
uncertainty_batch_sampling
Batch sampling query strategy. Selects the least sure instances for labelling. This strategy differs from :func:`~modAL.uncertainty.uncertai
modAL/batch.py:187
Function
uncertainty_sampling
Uncertainty sampling query strategy. Selects the least sure instances for labelling. Args: classifier: The classifier for which the
modAL/uncertainty.py:133
Function
uniform
(learner, X, n_instances=1)
examples/deep_bayesian_active_learning.py:69
Method
vote
(self, *args, **kwargs)
tests/mock.py:127
Function
vote_entropy_sampling
Vote entropy sampling strategy. Args: committee: The committee for which the labels are to be queried. X: The pool of sample
modAL/disagreement.py:102
Method
vote_proba
(self, *args, **kwargs)
tests/mock.py:133
Function
weighted_random
Returns n_instances indices based on the weights. Args: weights: Contains the weights of the sampling. n_instances: Specifie
modAL/utils/selection.py:86
Function
z
(b)
docs/source/_themes/sphinx_rtd_theme/static/js/modernizr.min.js:4
← previous
201–285 of 285, ranked by callers