Definition
TF-IDF (Term Frequency-Inverse Document Frequency) is a statistical technique that measures the importance of a word in a document relative to a collection of documents. Words that are frequent in the document but rare in the collection receive a high score. It is used in internal enterprise search engines and as a feature for text classification models.
Related terms
EXPLORE