Lead Data Scientist Question:

Explain me what is TF/IDF vectorization?

Tweet Share WhatsApp

Answer:

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.

Download Lead Data Scientist PDF Read All 60 Lead Data Scientist Questions
Previous QuestionNext Question
Tell me how to create a function in arguments using apply() in R?Tell me what are the drawbacks of the linear model?