Skip to content

Commit

Permalink
add explicit set requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prew committed Mar 7, 2020
1 parent abd566a commit 2732b8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/reckon/cosine_similarity.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
require 'matrix'
require 'set'

# Implementation of consine similarity using TF-IDF for vectorization.
# Used to suggest which account a transaction should be assigned to
Expand Down

0 comments on commit 2732b8f

Please sign in to comment.