Closed jiaqima closed 1 year ago
Refactor save_task_node_classification and save_task_node_regression to merge the common code into a private function _save_task_reg_or_cls.
save_task_node_classification
save_task_node_regression
_save_task_reg_or_cls
The examples in the docstring are tested successfully.
Description
Refactor
save_task_node_classification
andsave_task_node_regression
to merge the common code into a private function_save_task_reg_or_cls
.How Has This Been Tested?
The examples in the docstring are tested successfully.
Screenshots (if appropriate):