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

Fix transformer #93

Closed egillax closed 11 months ago

egillax commented 11 months ago

Transformer was failing when there were no numerical features. Fixed and added a unit test.

codecov[bot] commented 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (2d8f9af) 99.59% compared to head (46c3213) 99.59%.

:exclamation: Current head 46c3213 differs from pull request most recent head 916c32c. Consider uploading reports for the commit 916c32c to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #93 +/- ## ======================================== Coverage 99.59% 99.59% ======================================== Files 9 9 Lines 496 496 ======================================== Hits 494 494 Misses 2 2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.