Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.0 #81

Merged
merged 76 commits into from
Sep 8, 2023
Merged

Version 2.0 #81

merged 76 commits into from
Sep 8, 2023

Conversation

egillax
Copy link
Collaborator

@egillax egillax commented Aug 28, 2023

New pytorch backend

egillax and others added 30 commits November 14, 2022 14:29
Allow dimToken and numHeads to take the form of vectors
* added modelType to modelSettings
* Add random seed to sample hyperparameter combinations

* Supress warnings message due to NULL seed

* Add withr dependency
* add LRfinder, add setEstimator function for all estimator parameters, add metric to earlystopper. Adjust tests for setEstimator

* add tests for coverage

* add custom metric for scheduler/earlyStopping
* Add dimHiddenRatio parameter to Transformer

* Update Transformer documentation
* Resolve an issue with divisible check

* Update Transformer tests
@codecov
Copy link

codecov bot commented Aug 28, 2023

Codecov Report

Patch coverage: 98.98% and project coverage change: +0.05% 🎉

Comparison is base (2c88d3a) 99.53% compared to head (04c4871) 99.59%.

❗ Current head 04c4871 differs from pull request most recent head 904e926. Consider uploading reports for the commit 904e926 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #81      +/-   ##
==========================================
+ Coverage   99.53%   99.59%   +0.05%     
==========================================
  Files           7        9       +2     
  Lines         641      488     -153     
==========================================
- Hits          638      486     -152     
+ Misses          3        2       -1     
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/TrainingCache-class.R 100.00% <100.00%> (ø)
R/Transformer.R 100.00% <100.00%> (+5.55%) ⬆️

☔ View full report in Codecov by Sentry.

📢 Have feedback on the report? Share it here.

@egillax
Copy link
Collaborator Author

egillax commented Sep 8, 2023

Closes #79 , #82 , #75 , #25, #31

@egillax egillax merged commit b353e41 into main Sep 8, 2023
10 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants