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
11 stars 4 forks source link

Modeltype fix #48

Closed egillax closed 1 year ago

egillax commented 1 year ago

Fixes missing modelType which caused errors when using runMultiplePlp

codecov[bot] commented 1 year ago

Codecov Report

Merging #48 (f53e9b0) into develop (b87b769) will increase coverage by 0.75%. The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop      #48      +/-   ##
===========================================
+ Coverage    97.90%   98.65%   +0.75%     
===========================================
  Files            5        5              
  Lines          526      522       -4     
===========================================
  Hits           515      515              
+ Misses          11        7       -4     
Impacted Files Coverage Δ
R/Estimator-class.R 97.43% <100.00%> (+2.05%) :arrow_up:
R/Estimator.R 99.45% <100.00%> (-0.01%) :arrow_down:
R/MLP.R 96.87% <100.00%> (-0.10%) :arrow_down:
R/ResNet.R 100.00% <100.00%> (ø)
R/Transformer.R 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.