Skip to content

Read the Universal Bank dataset. Ensure that necessary pre processing steps are implemented (wherever necessary). Type conversion Imputation Standardization Understand the spread of the data using the numerical attribute and see how the target is varying using the categorical attributes. Identify the important patterns using visualizations(not m…

Notifications You must be signed in to change notification settings

ShwetaNichani/DataAnalytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Due Date : 14-07-2017

This Assignment will be considered for CSE7405c,CSE7202c, and CSE7321c modules lab exercise.

Read the Universal Bank dataset.

Ensure that necessary pre processing steps are implemented (wherever necessary).

  1. Type conversion
  2. Imputation
  3. Standardization

Understand the spread of the data using the numerical attribute and see how the target is varying using the categorical attributes.

Identify the important patterns using visualizations(not mandatory)

Generate new features.

  1. Using PCA
  2. Load the data into h20 generate non linear features using Auto encoders
  3. Business understanding

Consider only the required important attributes using Random Forest (including attributes which are Linear,non linear and business domain attributes).

Built a regression model with income as target variable. Use the following technique.

  1. Linear Regression
  2. Decision Tree(Regression Tree)
  3. SVM
  4. Neural Network
  5. KNN
  6. Ada-boost
  7. Random Forest
  8. GBM
  9. Deep Learning.

Built a classification model to predict those who are likely to accept the offer of a new personal loan, using personal loan as your target. Use the following technique.

  1. Logistic regression
  2. Decision tree (both C5.0,CART)
  3. SVM.
  4. Neural Network
  5. KNN
  6. Ada-boost
  7. Random Forest
  8. GBM
  9. Deep Learning

Apply stacking on all the models for regression and classification.

Hint: Take Linear regression for Regression as your meta learner and Logistic Regression for classification as your meta learner.

About

Read the Universal Bank dataset. Ensure that necessary pre processing steps are implemented (wherever necessary). Type conversion Imputation Standardization Understand the spread of the data using the numerical attribute and see how the target is varying using the categorical attributes. Identify the important patterns using visualizations(not m…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages