Before starting my journey in Machine Learning, I knew that it would require some concepts of Mathematics. But while learning […]
Author: Oindrila Sen
A decade of experience in collecting, cleaning and visualizing data. But now I am learning and practicing new tools and different techniques.
Let's dig and find out what is the story behind that Data. Let's do it together! Let's solve, fail and try again because discovering something new is always fun.
TextAnalytics: Create WordCloud in R
Text Analytics is such an interesting topic and I was trying to understand where to start from. The first thing that […]
Error: inherits(x, “Source”) is not TRUE in R
Text Analytics is interesting but challenging. I started with a simple goal to create a “WordCloud” using R. I thought […]
R – Error in scan() : line 1 did not have n elements
Problem: I was trying my hands on the Kaggle competition “Sentiment Analysis on Movie Reviews” and was stuck at the […]
Introduction to Text Analytics Using R
I was browsing the competitions in Kaggle with Category as “Getting Started” and the one that caught my attention is […]
ggplot2:: Histogram in R using Titanic Dataset
A Histogram is a graphical presentation to understand the distribution of a Continuous Variable. To create a histogram, the first step […]