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

File pool_based_sampling.py

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

Source from the content-addressed store, hash-verified

1"""
2In this example the use of ActiveLearner is demonstrated on the iris dataset in a pool-based sampling setting.
3For more information on the iris dataset, see https://en.wikipedia.org/wiki/Iris_flower_data_set
4For its scikit-learn interface, see http://scikit-learn.org/stable/modules/generated/sklearn.datasets.load_iris.html

Callers

nothing calls this directly

Calls 3

ActiveLearnerClass · 0.90
queryMethod · 0.45
teachMethod · 0.45

Tested by

no test coverage detected