dancoster / DrugLab

Repository for the drug<>lab pair
1 stars 0 forks source link

Masking Generator #27

Open PavanReddy28 opened 1 year ago

PavanReddy28 commented 1 year ago
  1. For each lab test in MIMIC Extract, find significant medication (based on top 50 pairs)
  2. Add column for each of the above medications (1 if given in the hours_in otherwise 0)
  3. Based on our analysis, we generate the masking vector (add another column for each med<>lab pairs) - based on significant after window
  4. Masking vector : -1, 0, 1 (Only on the rows with effected lab test)