Python - TextBlob - Create Text Classifier
TextBlob is a Python (2 and 3) library for processing textual data. It provides a consistent API for diving into common natural language...
R - ggplot2 examples
Recently I had conducted training on ggplot2. So, I thought to share some of the sample code examples with graph output here. I am...
R - Intro to ggplot2
Before starting with plotting of data with ggplot2, let us start with understanding of the data to plot. We can classify data in...