I lately created a model to predict whether a news article is fake or not based on the title and the text. it uses asssisted learning with tfidfvectorizer and decision trees with a moderately sized dataset to create a prediction engine. This was an exercise suggested by 365datascience but im wondering if that's really possible ?
project code for reference https://github.com/PhrogOfTheDay/FakeNewsDetection