AUTHORSHIP ATTRIBUTION (PYTHON 3) DO NO IMPORT NLTK MUST BE DONE EXCLUSIVELY WITH SKLEARN MODULES
Given this website: http://jmusportsblog.com/
Find a contrast in authors. Use sklearn features such as TfidfVectorizer or CountVectorizer. If you use CountVectorizer make sure to include function words. Also use SVM or random forest as a classifier. Make sure you compare two sets of authors A and A’. Accuracy must be over 80%
Expert Answer