Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 419 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 419 Bytes

NBSVM For Text Classification (Python Solution)

NBSVM is a novel baseline model for text classification problem which outperforms both NB (Naive Bayes) and SVM (Support Vector Machine) in datasets with different sizes/features. This idea is originated from <Baselines and Bigrams Simple, Good Sentiment and Topic Classification> and the author offered the code in Matlab. Here is the implementation in Python code.