MCPcopy Create free account
hub / github.com/DeepGraphLearning/graphvite / feature_data_preprocess

Method feature_data_preprocess

python/graphvite/dataset.py:1053–1054  ·  view source on GitHub ↗
(self, save_file)

Source from the content-addressed store, hash-verified

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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected