-
Notifications
You must be signed in to change notification settings - Fork 89
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
updating website #479
Merged
updating website #479
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
- fixing mistake when attempting to fix bug for the input/output of a…
- fixed check messages about using if class(x) is string - fixed check issues with dplyr code not using .data - fixed small bug that occurred if the plp model did not do FE or preprocessing
- renamed covariateData to plpData in applyFeatureengineering (as it was using the plpData)
updating version number
- hack to bypass bug with ParallelLogger's json saving
…rocess will be loaded correctly
Fixing bugs, issue #313
Update RunMultiplePlp.R
updating the shiny setting inputs to be correct with updates to OhdsiShinyModules (these were updated to be consistent with other OHDSI shiny apps)
- updated default cohort naming when missing to be consistent with development and validation - added model_development flag (1=T, 0=F) to performance table to prevent valdiation on the same databases overwriting development - fixed sqlite for Validation to save to development database location if saving to the Validation subfolder
- updated the results cohort and database tables to enable the shiny viewer to use the plp versions or shared versions (if running strategus)
- updated results spec (fixed some typos and missing columns)
- fixing create table typos
Fix typos in data model
- added databaseId to plp objects
Issue#327: Resolve an issue with coefficient's data structure
* fix because of addition of new parameter for decision trees in scikit-learn 1.3 * more consistent python environments in CI
- adding benchmark tasks and constrained predictors to website
- fixing result upload issue when there is a ' in a cohort's name
adding more details about constrained predictors
413 python fix
bug fix in ohdsi shiny modules version check
remove r-reticulate activation from actions since it messes up python version
* Update DESCRIPTION * only resrtict to first if many observations per subjectId * fix assignment operator in configurePython (#421) * Tibble dependancy removal (#422) * remove unnecessary remotes (#423) * Study population improvements (#424) * assign population if existing and added a test (#428) * 429 save cdm database name (#430) * save dev database name and schema in trainDetails (#434) * preserve attributes when splitting data * Prevent plpData from being evaluated during do.call (#436) * test improvements (#438) * fix duplicate vignette titles --------- Co-authored-by: jreps <[email protected]> Co-authored-by: Henrik <[email protected]>
add conda setup step - macOS runners stopped supplying default conda
updating website docs
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## gh-pages #479 +/- ##
============================================
- Coverage 88.74% 86.51% -2.24%
============================================
Files 43 49 +6
Lines 8034 10086 +2052
============================================
+ Hits 7130 8726 +1596
- Misses 904 1360 +456 ☔ 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.