cse6250 / SepsisPrediction

This is the final project of the CSE6250. We mainly use the MIMIC-III data to predict the sepsis.
13 stars 4 forks source link

Preprocess training data (Clinical Data) #2

Open vincentz opened 5 years ago

vincentz commented 5 years ago

Come up with an approach to deal with NaN inside the training data and generate tensor for model training.

LazyIce commented 5 years ago

For any item in record, does [min, avg, max] work better than just avg?

LazyIce commented 5 years ago

Some patients have 200+ hours. How to decrease the padding rows?