0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected 1 day ago.
Mar 28, 2023 — Mar 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.markdown More... about 11 years ago
Pull priority queues implementation out of recommendations function into a separate class More... about 11 years ago
Split minhash_round out into a separate function More... about 11 years ago
Remove mongodb and bson from dependencies :) More... about 11 years ago
Read input from preprocessed json files instead of mongodb dumps More... about 11 years ago
Drop unnecessary line count. Print the number of unique edges instead More... about 11 years ago
Update api to use settings.data_dir More... about 11 years ago
Store log in readme example More... about 11 years ago
Comment code now that its stable More... about 11 years ago
Strip old, dead tests More... about 11 years ago
Update readme More... about 11 years ago
Unixy interface More... about 11 years ago
Save time in preprocess by reducing map lookups and sorts More... about 11 years ago
Make separate settings module More... about 11 years ago
Dont need to return raw_users More... about 11 years ago
Copy stashes in instead of renaming to avoid the annoying exception More... about 11 years ago
Update test script More... about 11 years ago
Break up huge list comprehension More... about 11 years ago
Check shuffled neighbours in buckets rather than every pair, in case of unreasonably large buckets More... about 11 years ago
Prevent dupes appearing in the recs list More... about 11 years ago
Modify the huge recs list in place, rather than copying it More... about 11 years ago
Update api.py to match changes in recommendations.py More... about 11 years ago
Add postprocessing More... about 11 years ago
Swap hash order, otherwise we just get xor :( More... about 11 years ago
Give more memory to sort More... about 11 years ago
Add finer grained event logs More... about 11 years ago
Reduce memory usage by using unboxed arrays instead of sets and lists More... about 11 years ago
Restructure recommendations pipeline. Pull minhash stage into memory More... about 11 years ago
Improve logging More... about 11 years ago
Remove more dead code More... about 11 years ago