| 1670 | |
| 1671 | |
| 1672 | class 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 | |
| 1690 | if __name__ == '__main__': |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…