Getting started with H2O using Flow
July 16, 2019 Flow H2O TechnicalThis blog was originally published on towardsdatascience: https://towardsdatascience.com/getting-started-with-h2o-using-flow-b560b5d969b8 A look into H2O’s open-source UI for combining code execution, text, plots, and rich media in a single document. Data collection is easy. Decision making is hard. Today, we have access to a humungous amount of data, which is only increasing day by day. This is primarily […]
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 […]