by Ednalyn C. De Dios | May 27, 2020 | Data Science, NLP
An early attempt of using networkx to visualize the results of natural language processing. I do a lot of natural language processing and usually, the results are pretty boring to the eye. When I learned about network graphs, it got me thinking, why not use keywords...
by Ednalyn C. De Dios | May 17, 2020 | Data Science, NLP, Power BI
In a previous article, I wrote a quick start guide to visualize a Pandas dataframe using networkx and matplotlib. While it was fun to learn and explore more about network graphs in Python, I got to thinking about how to present the results to others who don’t have...
by Ednalyn C. De Dios | May 16, 2020 | Data Science, NLP
I just discovered — quite accidentally — how to export data from JIRA so naturally, I began to think of ways to visualize the information and potentially glean some insight from the dataset. I’ve stumbled upon the concept of network graphs and the idea quickly...