Getting Patient Representations from PatientDatabase and Event Timelines #189
-
Hello, I am trying to get patient representations from the PatientDatabase class with event timelines generated by FEMR (The extract directory, previously in Tutorial 2A). I have generated the Patient event timelines, and have Trained the CLMBR model (Previously Tutorial 5). Do I need to have labels to get the representations from What used to be Tutorial 6? I do not need predictions from the models, but rather the representations generated for the patients by CLMBR. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
You need labels, but the value of those labels (true or false) can be arbitrary. It's recommended to just set the value to false. Note that the timing of those labels is important, as that defines when the representations are returned. |
Beta Was this translation helpful? Give feedback.
You need labels, but the value of those labels (true or false) can be arbitrary. It's recommended to just set the value to false.
Note that the timing of those labels is important, as that defines when the representations are returned.