Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A typo in l07 #491

Closed
ppttzhu opened this issue Sep 18, 2019 · 1 comment
Closed

A typo in l07 #491

ppttzhu opened this issue Sep 18, 2019 · 1 comment

Comments

@ppttzhu
Copy link

ppttzhu commented Sep 18, 2019

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.

image

@aronwc aronwc closed this as completed in 786ca4c Sep 18, 2019
@aronwc
Copy link
Member

aronwc commented Sep 18, 2019

fixed, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants