0 votes
in Data Science by (30.4k points)
What is TF/IDF vectorization?

1 Answer

0 votes
by (30.8k points)

TF–IDF is short for term frequency-inverse document frequency, is a numerical statistic that is intended to reflect how important a word is to a document in a collection or corpus. It is often used as a weighting factor in information retrieval and text mining.

The TF–IDF value increases proportionally to the number of times a word appears in the document but is offset by the frequency of the word in the corpus, which helps to adjust for the fact that some words appear more frequently in general.

Click here to read more about Loan/Mortgage
Click here to read more about Insurance

Related questions

0 votes
asked May 7 in NLP using Python by john ganales (13.1k points)
0 votes
asked Sep 8, 2022 in NLP using Python by Robin (13.0k points)
+2 votes
asked Jul 30, 2020 in Matlab by Robindeniel (19.8k points)
...