We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c67bae commit 536bbc3Copy full SHA for 536bbc3
1 file changed
timlinucb.py
@@ -151,7 +151,7 @@ def generate_node2vec_fetures(
151
):
152
""" Generate node2vec features for the edges in a graph
153
154
- Runs get_features_nodes to get the node2vec features for the nodes and then
+ Runs get_features_nodes to get the node2vec[1] features for the nodes and then
155
multiplies them to get the edge features.
156
Edge feature vector Fe = source_node_feats * target_node_feats.
157
@@ -1136,7 +1136,7 @@ def timlinucb_parallel_oim(
1136
os.remove(tim_name)
1137
shutil.rmtree(dir_name)
1138
1139
- return results_array
+ return pd.DataFrame(results_array)
1140
1141
1142
def timlinucb_parallel_t(
0 commit comments