MCPcopy Create free account

hub / github.com/modAL-python/modAL / functions

Functions285 in github.com/modAL-python/modAL

MethodsetUp
(self)
tests/core_tests.py:745
MethodsetUp
(self)
tests/core_tests.py:888
Methodteach
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
Methodtest_KL_max_disagreement
(self)
tests/core_tests.py:464
Methodtest_SVM_loss
(self)
tests/core_tests.py:1611
Methodtest_acquisition_functions
(self)
tests/core_tests.py:245
Methodtest_add_training_data
(self)
tests/core_tests.py:928
Methodtest_batch_size
(self)
tests/core_tests.py:907
Methodtest_check_class_labels
(self)
tests/core_tests.py:51
Methodtest_check_class_proba
(self)
tests/core_tests.py:78
Methodtest_classifier_entropy
(self)
tests/core_tests.py:627
Methodtest_classifier_margin
(self)
tests/core_tests.py:597
Methodtest_classifier_uncertainty
(self)
tests/core_tests.py:570
Methodtest_consensus_entropy
(self)
tests/core_tests.py:437
Methodtest_consensus_entropy_sampling
(self)
tests/core_tests.py:507
Methodtest_data_vstack
(self)
tests/core_tests.py:167
Methodtest_eer
(self)
tests/core_tests.py:540
Methodtest_entropy_sampling
(self)
tests/core_tests.py:698
Methodtest_examples
(self)
tests/core_tests.py:1674
Methodtest_get_max
(self)
tests/core_tests.py:1297
Methodtest_get_predictions
(self)
tests/core_tests.py:804
Methodtest_information_density
(self)
tests/core_tests.py:399
Methodtest_keras
(self)
tests/core_tests.py:1086
Methodtest_linear_combination
(self)
tests/core_tests.py:100
Methodtest_make_query_strategy
(self)
tests/core_tests.py:146
Methodtest_margin_sampling
(self)
tests/core_tests.py:677
Methodtest_max_disagreement_sampling
(self)
tests/core_tests.py:516
Methodtest_max_std_sampling
(self)
tests/core_tests.py:528
Methodtest_mc_dropout_bald
(self)
tests/core_tests.py:752
Methodtest_mc_dropout_max_entropy
(self)
tests/core_tests.py:778
Methodtest_mc_dropout_max_variationRatios
(self)
tests/core_tests.py:791
Methodtest_mc_dropout_mean_st
(self)
tests/core_tests.py:765
Methodtest_multi_argmax
(self)
tests/core_tests.py:204
Methodtest_nan
(self)
tests/core_tests.py:1067
Methodtest_num_epochs
(self)
tests/core_tests.py:916
Methodtest_old_query_strategy_interface
(self)
tests/core_tests.py:1194
Methodtest_on_transformed
(self)
tests/core_tests.py:1124
Methodtest_on_transformed
(self)
tests/core_tests.py:1337
Methodtest_on_transformed
(self)
tests/core_tests.py:1493
Methodtest_on_transformed
(self)
tests/core_tests.py:1568
Methodtest_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
Methodtest_optimizer_EI
(self)
tests/core_tests.py:291
Methodtest_optimizer_PI
(self)
tests/core_tests.py:257
Methodtest_optimizer_UCB
(self)
tests/core_tests.py:329
Methodtest_predict
(self)
tests/core_tests.py:988
Methodtest_predict
(self)
tests/core_tests.py:1394
Methodtest_predict
(self)
tests/core_tests.py:1534
Methodtest_predict_proba
(self)
tests/core_tests.py:1003
Methodtest_predict_proba
(self)
tests/core_tests.py:1411
Methodtest_product
(self)
tests/core_tests.py:124
Methodtest_query
(self)
tests/core_tests.py:1019
Methodtest_score
(self)
tests/core_tests.py:1040
Methodtest_selection
(self)
tests/core_tests.py:362
Methodtest_set_classes
(self)
tests/core_tests.py:1373
Methodtest_set_dropout_mode
(self)
tests/core_tests.py:850
Methodtest_set_max
(self)
tests/core_tests.py:1227
Methodtest_set_new_max
(self)
tests/core_tests.py:1246
Methodtest_shuffled_argmax
(self)
tests/core_tests.py:218
Methodtest_similarize_distance
(self)
tests/core_tests.py:388
Methodtest_sklearn
(self)
tests/core_tests.py:1089
Methodtest_sparse_matrices
(self)
tests/core_tests.py:1101
Methodtest_strategies
(self)
tests/core_tests.py:1628
Methodtest_teach
(self)
tests/core_tests.py:894
Methodtest_teach
(self)
tests/core_tests.py:1051
Methodtest_teach
(self)
tests/core_tests.py:1311
Methodtest_teach
(self)
tests/core_tests.py:1469
Methodtest_uncertainty_sampling
(self)
tests/core_tests.py:657
Methodtest_vote
(self)
tests/core_tests.py:1431
Methodtest_vote
(self)
tests/core_tests.py:1554
Methodtest_vote_entropy
(self)
tests/core_tests.py:409
Methodtest_vote_entropy_sampling
(self)
tests/core_tests.py:498
Methodtest_vote_proba
(self)
tests/core_tests.py:1449
Methodtest_weighted_random
(self)
tests/core_tests.py:231
Functiontimed_func
(*args, **kwargs)
examples/runtime_comparison.py:25
Functiontimeit
(n_reps=10)
examples/runtime_comparison.py:21
Functiontimer
(func)
examples/runtime_comparison.py:23
Methodtransform_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
Functionuncertainty_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
Functionuncertainty_sampling
Uncertainty sampling query strategy. Selects the least sure instances for labelling. Args: classifier: The classifier for which the
modAL/uncertainty.py:133
Functionuniform
(learner, X, n_instances=1)
examples/deep_bayesian_active_learning.py:69
Methodvote
(self, *args, **kwargs)
tests/mock.py:127
Functionvote_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
Methodvote_proba
(self, *args, **kwargs)
tests/mock.py:133
Functionweighted_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
Functionz
(b)
docs/source/_themes/sphinx_rtd_theme/static/js/modernizr.min.js:4
← previous201–285 of 285, ranked by callers