Multi class domain classification using various techniques.
Multi Nomial Naive-Bayes, SVM, LogisticRegression.
Data rescaling has to be done as we have highly unbalanced classes. Recall can be increased by classifying top two probabilities in the predictions as true.