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

Change backend to pytorch #80

Closed egillax closed 1 year ago

egillax commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Merging #80 (e9bbc12) into develop (ba60c28) will decrease coverage by 0.68%. The diff coverage is 98.27%.

:exclamation: Current head e9bbc12 differs from pull request most recent head b669722. Consider uploading reports for the commit b669722 to get more accurate results

@@             Coverage Diff             @@
##           develop      #80      +/-   ##
===========================================
- Coverage    99.69%   99.01%   -0.68%     
===========================================
  Files            7        9       +2     
  Lines          647      408     -239     
===========================================
- Hits           645      404     -241     
- Misses           2        4       +2     
Files Changed Coverage Δ
R/DeepPatientLevelPrediction.R 0.00% <0.00%> (ø)
R/Dataset.R 100.00% <100.00%> (ø)
R/Estimator.R 100.00% <100.00%> (ø)
R/HelperFunctions.R 100.00% <100.00%> (ø)
R/LRFinder.R 100.00% <100.00%> (ø)
R/MLP.R 100.00% <100.00%> (ø)
R/ResNet.R 100.00% <100.00%> (ø)
R/Transformer.R 96.42% <100.00%> (-0.13%) :arrow_down: