Skip to content

Instantly share code, notes, and snippets.

@brendano
Created March 13, 2011 21:13
Show Gist options
  • Select an option

  • Save brendano/868450 to your computer and use it in GitHub Desktop.

Select an option

Save brendano/868450 to your computer and use it in GitHub Desktop.
dataset | NBER | ACL |
response | log(#downloads) | 1{ #citations >= 5 } |
model (GLM variant) | gaussian/squared loss | linear logistic loss |
| aka linear regression | aka MaxEnt |
interp of feat weight=1 | e times more downloads | e times higher prob of high-citation class |
metric1 | MAE | Acc (BalAcc?) |
metric2, maybe dont use | tau | tau |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment