a | b/README.md | ||
---|---|---|---|
1 | # Prediction-of-Risk-of-Sepsis-using-ML-models-on-big-data |
||
2 | Determine the development of sepsis in hospital-administered patients earlier than the clinical predictions. |
||
3 | Data has been collected from over 1 million ICU patients with up to 40 clinical variables from 3 separate hospitals. |
||
4 | Various machine learning model was tried like Logistic Regression, SVM, Naïve Bayes, Random Forest. |
||
5 | Random Forest performs the best with an accuracy of 87% and f1 score of 91%. |