The program implements and executes both Naïve Bayes and Logistic Regression. The main function executes both the algorithms with and without extracting stop words. One can be invoked from “main.py”, the program takes 3 arguments: Learning Rate, Regularization Factor, and number of iterations.
“python main.py <LearningRate> <RegularizationFactor> <Iterations>”