Coder Social home page Coder Social logo

sepsis_prediction's Introduction

Sepsis prediction

ML pipeline (python):

  1. Dataset organization. Aging, sex as well as common for all cohort genes will be considered for data analysis.
  2. Train/test splitting in relation 80%/20% with shuffling and stratification by outcome.
  3. As preprocessing, for negative potential outliers effects, the robust scale procedure will be considerd. It will be applied after the train/test splitting to avoid data leakage.
  4. To optimise the computational process the number of potential parameters will be reduced after correlational analysis (Spearman test), the threshhold for features elimination being 0.8.
  5. Removing features with low variance will be considered for feature selection.
  6. For outcome prediction we plan to apply Logistic regression, Random Forest, Support Vector Machine, LightGBM, XGBoost form sklearn library. For each model two options will be considered. First, the model with hyperparameters by default and the model after hyperparameters optimization in greedsearch procedure (cv = 5, the metric for optimization being recall or accuracy).
  7. The better model from each pair will be a part of Staking alghorithm in default hyperparameters and optimized hyperparameters variants.
  8. Models performans will be estimated considering accuracy, ballanced accuracy, f1-score, recall, precision, recall, ROC-curve and PR-curve.
  9. The best model from 12 proposed models will be considered for feature important analysis throught permutation, drop column and shap techniques to find the top 20 features.

sepsis_prediction's People

Contributors

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