0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Apr 24, 2023 — Apr 24, 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... over 11 years ago
Strip old, dead tests More... over 11 years ago
Update readme More... over 11 years ago
Unixy interface More... over 11 years ago
Save time in preprocess by reducing map lookups and sorts More... over 11 years ago
Make separate settings module More... over 11 years ago
Dont need to return raw_users More... over 11 years ago
Copy stashes in instead of renaming to avoid the annoying exception More... over 11 years ago
Update test script More... over 11 years ago
Break up huge list comprehension More... over 11 years ago
Check shuffled neighbours in buckets rather than every pair, in case of unreasonably large buckets More... over 11 years ago
Prevent dupes appearing in the recs list More... over 11 years ago
Modify the huge recs list in place, rather than copying it More... over 11 years ago
Update api.py to match changes in recommendations.py More... over 11 years ago
Add postprocessing More... over 11 years ago
Swap hash order, otherwise we just get xor :( More... over 11 years ago
Give more memory to sort More... over 11 years ago
Add finer grained event logs More... over 11 years ago
Reduce memory usage by using unboxed arrays instead of sets and lists More... over 11 years ago
Restructure recommendations pipeline. Pull minhash stage into memory More... over 11 years ago
Improve logging More... over 11 years ago
Remove more dead code More... over 11 years ago