OHDSI / DeepPatientLevelPrediction

An R package for performing patient level prediction using deep learning in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/DeepPatientLevelPrediction
10 stars 4 forks source link

Transformer on develop branch not working as intended #46

Closed lhjohn closed 1 year ago

lhjohn commented 1 year ago

AUC is always 0.5, data conversion taking longer than on main branch.

egillax commented 1 year ago

The AUC issue should be fixed now in develop. Also found another issue that I fixed. Have to take a better look at the data conversion performance.

egillax commented 1 year ago

The issue about data conversion was due to a bug in torch, which has been fixed in the latest develop version of torch

egillax commented 1 year ago

Fix is released in torch v0.10, which is now on CRAN.