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

Derive dimension of feedforward block from embedding dimension #53

Closed lhjohn closed 1 year ago

lhjohn commented 1 year ago

Issue: https://github.com/OHDSI/DeepPatientLevelPrediction/issues/52

codecov[bot] commented 1 year ago

Codecov Report

Merging #53 (d69b935) into develop (353e0ba) will increase coverage by 1.28%. The diff coverage is 97.92%.

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

@@             Coverage Diff             @@
##           develop      #53      +/-   ##
===========================================
+ Coverage    97.89%   99.17%   +1.28%     
===========================================
  Files            5        6       +1     
  Lines          522      608      +86     
===========================================
+ Hits           511      603      +92     
+ Misses          11        5       -6     
Impacted Files Coverage Δ
R/Transformer.R 94.33% <80.00%> (-5.67%) :arrow_down:
R/LRFinder.R 95.12% <95.12%> (ø)
R/Estimator-class.R 100.00% <100.00%> (+4.61%) :arrow_up:
R/Estimator.R 100.00% <100.00%> (+0.54%) :arrow_up:
R/MLP.R 100.00% <100.00%> (+3.12%) :arrow_up:
R/ResNet.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.