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.
pos_neg.py - positive and negative sentences classification with k-nearest neighbors algorithm, Stochastic Gradient Descent, Naive Bayes (greedy search as well)