RoheLab / aPPR

Approximate Personalized Page Rank
https://rohelab.github.io/aPPR/
Other
16 stars 3 forks source link

allow argument n instead of epsilon #10

Closed karlrohe closed 2 years ago

karlrohe commented 4 years ago

would be super great to allow an argument n which would be the number of API request to twitter. Stop after that many requests, compute what epsilon is (or kinda-sorta guess).

alexpghayes commented 4 years ago

This should be straightforward. Additionally, we can calculated the achieved epsilon and display it, which I think would be useful.

alexpghayes commented 2 years ago

See f792953441642759f04071341050e3eed34028ee. The argument is called max_visits.