"Modeling electronic health record data using an end-to-end knowledge-graph-informed topic model" paper on Sci Rep (2022)
8
stars
0
forks
source link
Tutorial (notebook) showing how to use a trained model for inference time #2
Open
gmgeorg opened 1 year ago
After training the model (and storing torch model to disk), it would be very helpful to have a tutorial (notebook) that shows how to
.predict_topic()
on a new EHR record with a set of ICD and ATC codes (e.g.,["A10", "M54"]
and["N02"]
) for topic modeling.predict_atc()
for the ATC recommendation example.predict_icd()
for an ICD recommendation example