Category: RStudio
How to split Train and Test data in R
Today we’ll be seeing how to split data into Training data sets and Test data sets in R. While creating machine learning model we’ve to train our model on some part of the available data and test the accuracy of model on the part of the data.
Association Rules in R
“Association rules are if/then statements for discovering interesting relationships between seemingly unrelated data in a large databases or other information repository.”
Association rules are used extensively in finding out regularities between products bought at supermarkets. An example of an association rule would be “If a customer buys a loaf of bread, he is 70% likely to also purchase cheese.”
Analyzing my Uber Trips in R : Part 1
Hello Friends! Today I’ll be analyzing my Uber trips using ubeR package in R. Uber provides cool API where you can use in multiple ways. From integrating to another app to Integrating to Amazon Echo or any other smart tool. More about Uber at wikipedia
How to send Desktop Notification in R
Hello friends! today we’ll be learning how to send desktop notification in R. There are push notification in mobile phones, site notifications for websites like gmail sends desktop notification for every new received mail (if you’ve switched on the notification).
Correlation Matrix in R
Hello friends! Wishing you all a Very Happy New Year 2018!
Today we’ll be seeing the correlation matrix heatmap. Heatmaps are visually appealing with quick and easy to get inference. Follow the quick and easy tutorial.