Skip to content

Commit

Permalink
Merge pull request #526 from B4K2/patch-1
Browse files Browse the repository at this point in the history
Update hop_and_chain_graph_pattern_mining.ipynb
  • Loading branch information
lmeyerov committed Dec 14, 2023
2 parents a2992c8 + d96039e commit 416e7fd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
" for ii, j in enumerate(data[0]['outList'][i]):\n",
" edges.append({\n",
" 'from': name,\n",
" 'to': names[j],\n",
" 'to': data[0]['usernameList'][j],\n",
" 'weight': data[0]['outWeight'][i][ii]\n",
" })\n",
"edges_df = pd.DataFrame(edges)\n",
Expand Down Expand Up @@ -2733,4 +2733,4 @@
"outputs": []
}
]
}
}

0 comments on commit 416e7fd

Please sign in to comment.