TF-IDF is an abbreviation for Term Frequency-Inverse Document Frequency and is a very common algorithm to transform text into a meaningful representation of numbers. The technique is widely us...
Hi the tfidf calculations are wrong
For example award occurs once so it's TF is 1/6
Then idf would be log(5/1) how it's 0.46