Giter Club home page Giter Club logo

heritage-health-prize's Introduction

Heritage Health Prize Competition

Introduction to HHP

The Heritage Health Prize is a $3 million reward for the team which can best “identify patients who will be admitted to a hospital within the next year, using historical claims data.” The purpose of this competition is apparent when considering that over $30 billion was spent on unnecessary hospital admissions alone in 2006. An accurate model would allow health care providers to administer more personalized care, thereby decreasing both these unnecessary hospital admissions and medical spending as a whole.

The prize is hosted by Kaggle, a website where teams of researchers tackle machine learning problems in a competitive environment. Kaggle provides relevant datasets as well as quantitative feedback for predictions made. The team that produces the most accurate model within the time frame wins the competition and is typically compensated in return for a description of their method.

Dataset

https://foreverdata.org/1015/index.html

(Due to Github's limitation, archived dataset have been store in data.zip. Please extract and save it in ./data folder)

Evaluation metric

To measure the performance of model, we use a score called RMSLE (Root Mean Squared Logarithmic Error):

Where:

  1. i is a member;
  2. n is the total number of members;
  3. p is the predicted number of days spent in hospital for member i in the test period;
  4. a is the actual number of days spent in hospital for member i in the test period.

Task Lists

1. Data preparation

  • Importing data
  • Data cleaning (Hanlding missing value, hanlding categorical and continuous data,...)
  • Merging files

2. Feature extraction

  • Handling outliners
  • Exploring data (Visualizations, Distribution of features,...)
  • Feature scaling (Standardisation, Mean Normalisation, Min-Max Scaling,... )

3. Predictive modelling

  • Linear Regression
  • Ridge Regression
  • Support Vector Regression
  • Random Forests
  • Logistic Regression
  • Neural Networks
  • Gradient Boosting Machines

4. Models summary

  • Model cross-validation (Stratified K-Fold)
  • Hyperparameter tuning

5. Ensemble methods

  • Models selection (Observation models correlations)
  • Ensembling

Summary of Individual Predictors

Predictors Score
Linear Regression 0.4850
Ridge Regression 0.4844
Support Vector Regression 0.4783
Random Forests 0.4846
Logistic Regression 0.5065
Neural Networks 0.48
Gradient Boosting Machines 0.4790

Ensemble method

Ensemble result: 0.00

Optimal constant value + Ensemble (Classification predictors): 0.4653

heritage-health-prize's People

Contributors

prettyssure avatar truongkhanhduy95 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  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.