(self, save_file)
| 1051 | self.readable_label(labels, save_file, hierarchy=True) |
| 1052 | |
| 1053 | def feature_data_preprocess(self, save_file): |
| 1054 | return np.concatenate([self.train_feature_data, self.valid_feature_data]) |
| 1055 | |
| 1056 | def label_preprocess(self, save_file): |
| 1057 | with open(save_file, "w") as fout: |
nothing calls this directly
no outgoing calls
no test coverage detected