Creating a Binary Classifier to Sort Trump vs. Clinton Tweets Using NLP
October 17, 2016 Community Data Journalism Flow PythonThe problem: Can we determine if a tweet came from the Donald Trump Twitter account (@realDonaldTrump) or the Hillary Clinton Twitter account (@HillaryClinton) using text analysis and Natural Language Processing (NLP) alone? The Solution: Yes! We’ll divide this tutorial into three parts, the first on how to gather the necessary data, the second on data […]
A Newbie’s Guide to H2O in Python – Guest Post
November 9, 2015 Community Guest Posts PythonThis blog was originally posted here I created this guide to help fellow newbies get their feet wet with H2O, an open-source predictive analytics platform that is fast, powerful, and easy to use. Using a combination of extraordinary math and high-performance parallel processing, H2O allows you to quickly create models for big data. The […]