MCPcopy Create free account
hub / github.com/modAL-python/modAL / custom_query_strategies.py

File custom_query_strategies.py

tests/example_tests/custom_query_strategies.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import numpy as np
2from modAL.models import ActiveLearner
3from modAL.uncertainty import classifier_margin, classifier_uncertainty
4from modAL.utils.combination import make_linear_combination, make_product

Callers

nothing calls this directly

Calls 5

ActiveLearnerClass · 0.90
make_linear_combinationFunction · 0.90
make_productFunction · 0.90
queryMethod · 0.45
teachMethod · 0.45

Tested by

no test coverage detected