Skip to content

Instantly share code, notes, and snippets.

@halfak
Created June 27, 2015 15:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save halfak/8b1a6e4d9d72c455eec1 to your computer and use it in GitHub Desktop.
Save halfak/8b1a6e4d9d72c455eec1 to your computer and use it in GitHub Desktop.
def predict_importance(page_id, wikiproject_id): --> score
def get_pageviews(page_id): --> int
def get_second_order_pageviews(page_id): --> int
def get_inlinks(page_id): --> int
def get_second_order_inlins(page_id): --> int
def get_internal_inlinks(page_id, wikiproject_id): --> int
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment