UWNETLAB / Nate

Research at the intersection of natural language processing and social network analysis.

Home Page:http://networkslab.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change `head` and `head`-like methods in `Nate` classes to return random samples

pbrowne88 opened this issue · comments

Currently, they return ranges or individual records (based on an slice or integer subscript, respectively). It's more useful to return a random sample.