/Text_classification

Text processing an classification using greedy search pipelines

Primary LanguagePython

Text_classification

The first part:

youtube_spam_ham.py - processing and classification of youtube comments. Greedy search whas used in order to figure out the best vectorization technique and KNN Neighbors hyperparameters.

The second part:

pos_neg.py - positive and negative sentences classification with k-nearest neighbors algorithm, Stochastic Gradient Descent, Naive Bayes (greedy search as well)