-
Notifications
You must be signed in to change notification settings - Fork 90
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
Release 6.4 #540
Merged
Release 6.4 #540
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
only restict to first if many observations per subjectId
* remove tibble dependancy
* filter before join * filter cohort if existing population
skip population creation if exists
* save dev database name and schema in trainDetails
preserve attributes when splitting data
* Prevent plpData from being evaluated during do.call
* add seeds to tests * fix duplicate vignette titles * use eunomia for tests * fix check NOTE about undeclared dependencies in vignettes * fix test error in KNN and deprication warning in plotAUPRC * linewidth instead of size for ggplot2
* Replacing length(<DOUBLE>) which is not supported by DuckDB. * Being lazy and using GA to test new Andromeda * Forgot we need to rebuild FeatureExtraction * Fixing formatting unit test * Switching back to current Andromeda --------- Co-authored-by: Admin_mschuemi <Admin_mschuemi@its.jnj.com>
* fix oracleTempSchema
* add timings
* no pdfs in docs. * Avifs for figures in vignettes. * Fix description * add gis example
* add checks to existingModel * add tests and checks * add test for same prediction as plpModel * simplify existin sklearn model * test externally training sklearn model
* update roxygen tags for all functions * remove unrunable examples
* upgrade tests * update actions
* Add simple and iterative imputers * Add tests * Add supporting feature engineering methods, normalizers and feature removers.
* examples * fix code coverage * more tests
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #540 +/- ##
==========================================
+ Coverage 86.51% 88.44% +1.92%
==========================================
Files 49 51 +2
Lines 10086 11897 +1811
==========================================
+ Hits 8726 10522 +1796
- Misses 1360 1375 +15 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.