Python

Use ggplot2 Syntax in Python

R language has a rich graphical tool used for producing standard professional plots called ggplot2. For someone coming from R to python,learning python’s graphical tools such as matplotlib and seaborn can be quite intimidating.For this reason,in this blog I will illustrate how,armed with R knowledge,one can proceed and create stunning plots in python without much needing the python knowledge. Contents Plotnine Data set used Plotting Setting up your environment

Unsupervised learning, a quick take on hierarchical clustering..

What is Clustering? Clustering means finding clusters in a dataset unsupervised. Unsupervised in this case means that there are no predictor and response variables. What we are going to learn here. What is Clustering What is a Cluster? Difference between clustering and classification. Uses of Clustering in different industries. Why clustering? Clustering algorithms. Hierarchical Clustering -Deep dive. What is a Cluster? A cluster is a group of objects that are similar to other objects in the cluster and dissimilar to data points in other clusters.