Solution to a Hacker-Rank Machine Learning Question (Document Classifier)
Using the LinearSVC multi class model to classify the documents in 8 classes from the trainingdata.txt file. The actual_results.txt file contains the real output classes which we compare to our results from the testingdata.txt documents.
Link to question : https://www.hackerrank.com/challenges/document-classification