Intent Classification with TF-IDF + Logistic Regression
The previous two notes used TF-IDF to measure similarity between texts (FAQ search). This time the approach is different: TF-IDF is used as a feature to train a classifier that predicts the intent beh







