You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi professor, I found a typo in l07.ipynb, cell#: In [30] prediction = filter_existing_edges(prediction, train_graph, author)[:7]
should be prediction = filter_existing_edges(prediction, train_graph, author)[:6]
for top 6 predictions.
The text was updated successfully, but these errors were encountered:
Hi professor, I found a typo in l07.ipynb, cell#: In [30]
prediction = filter_existing_edges(prediction, train_graph, author)[:7]
should be
prediction = filter_existing_edges(prediction, train_graph, author)[:6]
for top 6 predictions.
The text was updated successfully, but these errors were encountered: