Category R

Association Rules in R

Disclaimer: This example is taken from a reference titled ‘R In A Nutshell’ by Joseph A. Adler One of my favourite examples from the book is this one. Mostly because it talks about my favourite bands. Association rules are a…

Classification in R

Disclaimer: This example is taken from a reference titled ‘R In A Nutshell’ by Joseph A. Adler Classification is another type of supervised learning in Machine Learning (ML). Classification is a process of categorizing a given set of data into…

Regression in R

Disclaimer: This example is taken from a reference titled ‘R In A Nutshell’ by Joseph A. Adler In Machine Learning (ML), Regression is a supervised learning technique used to observe a correlation between variables (features/predictor) and to predict the continuous…