Showing posts with label R Visualization. Show all posts
Showing posts with label R Visualization. Show all posts

Decision Tree With Party Package

Decision Science


I still remember those olden golden days, when we did not have many options for anything, be it Biscuits or the Decision Tree. Generally people used to buy Parle-G biscuits in India and used to draw decision tree with SAS or SPSS.

These days market is full of assortment, which is both bad and good. Bad because people often get confused with too many choices, good because you don't have to compromise with lack of options. Data science has got evolved much with assortment availability. R itself provides you many packages to do the same work. Let's learn the beautiful party package for building decision tree and enjoy the power of assortment! Read it and you would understand the significance of its name.

Awesome way to visualize sentiment score

Learn Histogram and a new cool plot in R


Recently in the series of Sentiment Analysis, we calculated Sentiment Scores, now let's learn how visualizing these scores creatively.  It's now just a matter of time that your boss will fall in live with you!
Learn data art here at @ Ask Analytics!

The Signature Correlogram of R

R Tutorial 13.0


The feature of R that tempted millions including me is its superb infographics (Graphical representation of Information). Correlogram is one of its signature plots that is used to visualize the correlation plot among various variables in a data.

Let's be privileged one to learn the same.