Coder Social home page Coder Social logo

divyanshi1002 / divyanshi_kanwar_datahack Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 594 KB

The Data Analytics Hackathon aims to provide a platform for students to apply the knowledge and skills acquired during the preceding Summer Analytics Workshop.

Home Page: https://www.geeksforgeeks.org/hackathon/datahack-by-iit-guwahati

Jupyter Notebook 100.00%

divyanshi_kanwar_datahack's Introduction

Divyanshi_kanwar_DataHack

Problem statement

Your goal is to predict how likely individuals are to receive their xyz and seasonal flu vaccines. Specifically, you'll be predicting two probabilities: one for xyz_vaccine and one for seasonal_vaccine.

Submission format

The format for the submission file is three columns: respondent_id, xyz_vaccine, and seasonal_vaccine. The predictions for the two target variables should be float probabilities that range between 0.0 and 1.0. Because the competition uses ROC AUC as its evaluation metric, the values you submit must be the probabilities that a person received each vaccine, not binary labels. As this is a multilabel problem, the probabilities for each row do not need to sum to one.

My Implemtation

  • Handled missing value from the dataset:

    • dropped columns containing more than 50% missing value.
    • used mean for numarical data.
    • used most frequent (mode) for categorical data.
  • Defined models:

    • Logistic Regression: for predicting probabilities in binary classification tasks.
    • MultiOutputClassifier:the problem involves predicting probabilities for multiple labels
  • Performed Cross-Validation

    • ROC AUC score is used to quantify the model's ability to rank predicted probabilities correctly.
  • Calculated the Mean Cross-Validation Score

divyanshi_kanwar_datahack's People

Contributors

divyanshi1002 avatar

Watchers

 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.