
Introduction Data Visualization is the graphical representation of data which helps us in storytelling. This can be seen mostly as an art and science. To communicate the results and findings in a better and comprehensive way we usually use plots, charts, statistical graphics and other tools. Data Visualization is a very powerful tool. It will enable…Read more

This post will mostly cover ways of visualization of data using predefined statements and passing different parameters associated with the plots. However, if you want to learn the more functional and object oriented way of visualizing the data, then refer this post. Some of the visualizations that we will cover in this post are as…Read more

Introduction What is Simple Linear Regression Simple Linear Regression basically defines the relation between a one feature and the outcome variable. This can be specified using the formula y = α + βx which is similar to the slope-intercept form, where y is the value of the dependent variable, α is the intercept β denotes…Read more