Implementation of Minhash algorithm as a Recommendation Engine by Ben Simpson
>> ruby Application.rb --file test/data.txt Enter User ID to get recommendations, or EOF (CTRL + D) to exit: 0 No recommendations Enter a User ID: 1 User ID 1 recommendations: 42
With Rake
rake test
Without Rake
ruby -r 'minitest/autorun' test/RecommendationEngine_test.rb