Giter Club home page Giter Club logo

Pawan Vinodrao Walke's Projects

bank-marketing-prediction icon bank-marketing-prediction

Board Infinity ML Project - Bank Marketing Prediction Tasks to perform Read in the file and get basic information about the data, including numerical summaries. - Describe the pdays column, make note of the mean, median and minimum values. Anything fishy in the values? - Describe the pdays column again, this time limiting yourself to the relevant values of pdays. How different are the mean and the median values? - Plot a horizontal bar graph with the median values of balance for each education level value. Which group has the highest median? - Make a box plot for pdays. Do you see any outliers? The final goal is to make a predictive model to predict if the customer will respond positively to the campaign or not. The target variable is “response”. First, perform bi-variate analysis to identify the features that are directly associated with the target variable. You can refer to the notebook we used for the EDA discussion. - Convert the response variable to a convenient form - Make suitable plots for associations with numerical features and categorical features’ Are the features about the previous campaign data useful? Are pdays and poutcome associated with the target? If yes, and if you plan to use them – how do you handle the pdays column with a value of -1 where the previous campaign data is missing? Explain your approach and your decision. Before the predictive modeling part, make sure to perform – - The necessary transformations for the categorical variables and the numeric variables - Handle variables corresponding to the previous campaign - Train test split Predictive model 1: Logistic regression - Make a predictive model using logistic regression - Use RFE to select top n features in an automated fashion (choose n as you see fit) - Using p values and VIF, get rid of the redundant features - Estimate the model performance using k fold cross validation - What is the precision, recall, accuracy of your model? - Which features are the most important from your model? Predictive model 2: Random Forest Board Infinity - Make a predictive model using random forest technique - Use not more than 50 trees, and control the depth of the trees to prevent overfitting - Estimate the model performance using k fold cross validation - What is the precision, recall, accuracy of your model? - Using the feature importance values from the Random Forest module, identify the most important features for the model Compare the performance of the Random Forest and the logistic model – - Evaluate both models on the test set - Which metric did you choose and why? - Which model has better performance on the test set? - Compare the feature importance from the different models – do they agree? Are the top features similar in both models?

e-commerce-eda-python-project-2 icon e-commerce-eda-python-project-2

Exploratory Data Analysis (EDA) is performed on the E-Commerce data obtained from a UK-based and registered non-store online retail to discover interesting transactional patterns of different customers and countries.

hackerrank icon hackerrank

Solutions to the practice exercises, coding challenges, and other problems on Hackerrank! www.Hackerrank.com

predict-who-survived-the-titanic-disaster- icon predict-who-survived-the-titanic-disaster-

To predict who survived the Titanic disaster? Perform the following with test and train datasets provided : 1. Detailed Data exploration with explanation 2. Data pre-processing 3. Predict the person is going to survive or not in the titanic disaster

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.