lookout.style.format.tests.test_rules

Module Contents

lookout.style.format.tests.test_rules.load_abalone_data(filepath=os.path.join(os.path.dirname(__file__), 'abalone.data.xz'))
class lookout.style.format.tests.test_rules.RulesTests

Bases:unittest.TestCase

setUp(self)
test_predict_unfitted(self)
test_tree_no_pruning(self)
test_forest_no_pruning(self)
test_tree_attr_pruning(self)
test_prune_branches_top_down_greedy(self)
test_reduced_error_prune(self)
test_rules_estimator(self)
test_predict_winner_indices(self)