API#
This is an overview of the API.
skactiveml.baseskactiveml.poolskactiveml.pool.multiannotatorskactiveml.pool.utils- RandomSampling
- ProbabilisticAL
- UncertaintySampling
- EpistemicUncertaintySampling
- ExpectedErrorReduction
- MonteCarloEER
- ValueOfInformationEER
- QueryByCommittee
- Quire
- FourDs
- CostEmbeddingAL
- ExpectedModelChangeMaximization
- ExpectedModelOutputChange
- ExpectedModelVarianceReduction
- KLDivergenceMaximization
- GreedySamplingX
- GreedySamplingTarget
- DiscriminativeAL
- BatchBALD
- Clue
- DropQuery
- CoreSet
- TypiClust
- Badge
- ProbCover
- ContrastiveAL
- GreedyBALD
- RegressionTreeBasedAL
- SubSamplingWrapper
- ParallelUtilityEstimationWrapper
- Falcun
- MaxHerding
- cost_reduction
- uncertainty_scores
- expected_average_precision
- average_kl_divergence
- vote_entropy
- variation_ratios
- batch_bald
- k_greedy_center
skactiveml.streamskactiveml.stream.budgetmanager- StreamRandomSampling
- PeriodicSampling
- UncertaintyZliobaite
- FixedUncertainty
- VariableUncertainty
- Split
- StreamProbabilisticAL
- RandomVariableUncertainty
- StreamDensityBasedAL
- CognitiveDualQueryStrategy
- CognitiveDualQueryStrategyRan
- CognitiveDualQueryStrategyRanVarUn
- CognitiveDualQueryStrategyVarUn
- CognitiveDualQueryStrategyFixUn
skactiveml.classifierskactiveml.regressorskactiveml.visualizationskactiveml.utils- ExtLabelEncoder
- rand_argmax
- rand_argmin
- compute_vote_vectors
- majority_vote
- is_unlabeled
- is_labeled
- check_classes
- check_missing_label
- check_cost_matrix
- check_scalar
- check_classifier_params
- check_X_y
- check_random_state
- call_func
- match_signature
- check_class_prior
- ext_confusion_matrix
- labeled_indices
- unlabeled_indices
- check_type
- check_bound
- check_equal_missing_label
- check_budget_manager
- check_indices
- simple_batch
- check_n_features
- _check_callable
- _check_forward_outputs
- make_criterion_tuple_aware
skactiveml.exceptions