0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Jul 17, 2025 — Jul 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'graph' of [email protected]:jeremybarnes/github_contest More... almost 17 years ago
getting towards basic indexing More... almost 17 years ago
reorganized some of the interfaces and improved the query code; still not being used More... almost 17 years ago
moving towards more advanced functionality More... almost 17 years ago
improved syntax for accessing nodes with a primary key More... almost 17 years ago
modified example to load the rest of the data More... almost 17 years ago
github import test now working properly (if slowly) More... almost 17 years ago
fixed reference counting problem due to default assign on AttributeRef not being implemented; further improved test cases More... almost 17 years ago
all attribute tests are now passing More... almost 17 years ago
second test (reference counted attributes) is passing basic functionality More... almost 17 years ago
gradual progress on attributes; first test is running More... almost 17 years ago
gradually fleshing out graph data structures More... almost 17 years ago
use random forests (from the latest jml update) More... almost 17 years ago
merged in changes from other machine More... almost 17 years ago
started work on a generic graph data structure to allow more efficient mining More... almost 17 years ago
added missing data file More... almost 17 years ago
added follower graph to the information; minor improvements More... almost 17 years ago
added collaborator information; feature seems informative but no major effect on the results More... almost 17 years ago
no real changes More... almost 17 years ago
don't keep copying prob-results.txt More... almost 17 years ago
added number of missing watchers and forks feature based upon data from hintly's submission More... almost 17 years ago
removed user and author matches from coocs and made them only suggest repos that are watched at least twice. Not much difference; probably slightly worse More... almost 17 years ago
don't allow same author or same name results in in_cluster to improve diversity More... almost 17 years ago
use both keywords and watcher SVD for repo clustering More... almost 17 years ago
using keyword vector for clustering repos; looks worse (we lose a lot of repos suggested by repo clustering) More... almost 17 years ago
use binary features for keyword svd; big improvement More... almost 17 years ago
used tf-idf not tf for svd; works less well More... almost 17 years ago
more keyword features; still not making much of a difference More... almost 17 years ago
finished SVD for keywords and various improvements to the preprocessing; added very basic features; still not much good More... almost 17 years ago
added a probability propagation candidate generator (similar to the cooc and cooc2 generators). Slow and not much improvement. Thanks to Mark Lodato for the idea. More... almost 17 years ago