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

Function query_strategy

modAL/utils/combination.py:78–80  ·  view source on GitHub ↗
(classifier: BaseEstimator, X: modALinput)

Source from the content-addressed store, hash-verified

76 A function which returns queried instances given a classifier and an unlabelled pool.
77 """
78 def query_strategy(classifier: BaseEstimator, X: modALinput) -> Tuple:
79 utility = utility_measure(classifier, X)
80 return selector(utility)
81
82 return query_strategy

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…