:mod:`lookout.style.format.tests.test_rules` ============================================ .. py:module:: lookout.style.format.tests.test_rules Module Contents --------------- .. function:: load_abalone_data(filepath=os.path.join(os.path.dirname(__file__), 'abalone.data.xz')) .. py:class:: RulesTests Bases::class:`unittest.TestCase` .. method:: setUp(self) .. method:: test_predict_unfitted(self) .. method:: test_tree_no_pruning(self) .. method:: test_forest_no_pruning(self) .. method:: test_tree_attr_pruning(self) .. method:: test_prune_branches_top_down_greedy(self) .. method:: test_reduced_error_prune(self) .. method:: test_rules_estimator(self) .. method:: test_predict_winner_indices(self)