Python: Graph plotting with Matplotlib (Bar Chart)

This article deals with plotting line graphs with Matplotlib (a Python’s library). Below is the data which we will use to plot the bar chart. The data is saved in a CSV file named result3-blog.csv. As seen above, the CSV file contains result in terms of F1 measure which is an accuracy measure generally used … Read more

Python: Graph plotting with Matplotlib (Line Graph)

This article deals with plotting line graphs with Matplotlib (a Python’s library). In the article Machine Learning & Sentiment Analysis: Text Classification using Python & NLTK, I had described about evaluating three different classifiers’ accuracy using different feature sets. In this article, I will be using the accuracy result data obtained from that evaluation. Below … Read more