Thursday, February 14, 2019

What is CRISP-DM in terms of Data Science, AI, Deep Learning

Leave a Comment
As I delve more into Data science, AI, Deep Learning & Machine Learning I came across CRISP - DM methodology which eventually help from transforming raw data into a model to be used in data processing & analysis. So what exactly is CRISP-DM? Without going into much detail about research paper describing history of CRISP-DM, we can define it as cross industry standard process for data mining. (Above image is courtesy of Wikipedia...
Read More

Wednesday, February 13, 2019

Setting the workplace or workspace & install packages for R Studio

Leave a Comment
In this post we will see how can we set up workspace & install additional packages for R Studio Workplace Setup For this just click on Tools -> Global Options To install R Package  Packages in R Studio can be installed by clicking Tools-> Install Packages R packages listing: Default location of R packages are at http://cran.r-project.org Available R packages are listed as: Use the following...
Read More

Installation of R & R Studio

Leave a Comment
The purpose of this post is to help in installation & configuration of R & R Studio for execution of R programming OS for R installation & configuration Following OS can be used for R: Windows Linux Mac OS X For Windows &  Mac OS X, download pre-configured binaries of installation packages. However for Linux, the installation can be done through regular package management tool (Ubuntu) for Debian distribution....
Read More