Code Monkey home page Code Monkey logo

av_jobathon_2021's Introduction

AV Job-A-thon 2021

Approach:

  1. First we observe that the feature Credit_Product has missing values. We use imputation here to fill all the values. Here we mark 'Unknown' for each NaN values.
  2. Since after training on the data-set we get to know that the feature Credit_Product has highest feature importance. So we will now try to break the "Unknown" value into "U1" and "U0" as per our target variable Is_Lead.
  3. Now we want to predict correct Credit_Product featue from rest of our dataset. So we train a RandomForestClassifier for classification of Credit_Product feature. After training, we will add all the probabilities of Credit_Product in the train data itself and for test data also.
  4. Now we use CatBoostClassifier to train the data for the target variable Is_Lead.
  5. After that we evaluate its roc-auc score.
  6. Now we predict the target variable Is_Lead for the test data and save it to Predictions.csv.
  • The Notebook file is Main.ipynb.
  • The Prediction file is Predictions.csv.
  • The EDA is performed in EDA.ipynb.

Data image

Link to Competition

av_jobathon_2021's People

Contributors

gshashank84 avatar

Watchers

 avatar  avatar

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.