Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.52 KB

File metadata and controls

26 lines (16 loc) · 1.52 KB

Machinehack-Cardiac-Risk-Prediction

Cardiac_hack-1536x864

Cardiac arrest, most commonly known as a heart attack is a dangerous and life-threatening condition as millions of people die from it every year. One of the most common causes of death in human beings, cardiac arrest can be caused due to a number of factors. It can be a consequence of our lifestyle or can be the cause of other medical conditions or illnesses. This hackathon challenges the data science community to use the given data set to predict whether a patient is under a potential risk of having a cardiac arrest.

Given are 12 distinguishing factors that can provide insight into whether a patient may fall under the risk of having a heart attack. Your objective as a data scientist is to build a machine learning model that can predict if a patient is likely to have a cardiac arrest or not. Data Description:- The unzipped folder will have the following files. Train.csv – 889 observations. Test.csv – 382 observations. Sample Submission – Sample format for the submission. Target Variable: UnderRisk

The submission must contain the probabilities of the target classes no(0) and yes(1).

Evaluation: The leaderboard is evaluated using sklearn.metrics.log_loss for the participant’s submission.

Rank: 16

plug

Online cv: 0.48808

Local cv: 0.505004