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

Class TestExamples

tests/core_tests.py:1672–1687  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1670
1671
1672class TestExamples(unittest.TestCase):
1673
1674 def test_examples(self):
1675 import example_tests.active_regression
1676 import example_tests.bagging
1677 import example_tests.bayesian_optimization
1678 import example_tests.custom_query_strategies
1679 import example_tests.ensemble
1680 import example_tests.ensemble_regression
1681 import example_tests.information_density
1682 import example_tests.multidimensional_data
1683 import example_tests.pool_based_sampling
1684 import example_tests.query_by_committee
1685 import example_tests.ranked_batch_mode
1686 import example_tests.shape_learning
1687 import example_tests.stream_based_sampling
1688
1689
1690if __name__ == '__main__':

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…