spe.tree.Tree ============= .. currentmodule:: spe.tree .. autoclass:: Tree .. rubric:: Methods .. autosummary:: ~Tree.__init__ ~Tree.apply ~Tree.cost_complexity_pruning_path ~Tree.decision_path ~Tree.fit ~Tree.get_depth ~Tree.get_group_X ~Tree.get_linear_smoother ~Tree.get_metadata_routing ~Tree.get_n_leaves ~Tree.get_params ~Tree.predict ~Tree.score ~Tree.set_fit_request ~Tree.set_params ~Tree.set_predict_request ~Tree.set_score_request .. rubric:: Attributes .. autosummary:: ~Tree.feature_importances_ .. automethod:: __init__ .. automethod:: apply .. automethod:: cost_complexity_pruning_path .. automethod:: decision_path .. automethod:: fit .. automethod:: get_depth .. automethod:: get_group_X .. automethod:: get_linear_smoother .. automethod:: get_metadata_routing .. automethod:: get_n_leaves .. automethod:: get_params .. automethod:: predict .. automethod:: score .. automethod:: set_fit_request .. automethod:: set_params .. automethod:: set_predict_request .. automethod:: set_score_request .. autoattribute:: feature_importances_