Thanks for all of us who came to the session on Machine learning with R dated 8th October 2017
I am attaching the content taken on the workshop
The Repository has folowing files
- Basic Preprocessing.R - Basics of R
- Data Structure in R.R - scalar, vector, list, matrices,data frame, ifelse, loops, fuctions, packages
- Basic Subsetting.R - How to subset the data from dataframe
- Charts.R - Basic Charts on R
- Linear_Regression_1.R - Linear regression model with example with wine quality
- Linear_Regression_2.R - Linear regression model with example with Customer revenue generation
- Logistic_Regression.R - Logistic Regression model with example of Customer churn Prediction
- winequality-red.csv - Data set for Linear_Regression_1.R
- CustomerData.csv - Data set for Linear_Regression_2.R
- CustomerData_Classification.csv - Data set for Logistic_Regression.R