Skip to content

Commit

Permalink
merge with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Jan 21, 2025
2 parents 18d5782 + b0f5a24 commit 0831a1f
Show file tree
Hide file tree
Showing 259 changed files with 14,703 additions and 16,372 deletions.
2 changes: 2 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
^renv\.lock$
^.*\.Rproj$
^\.Rproj\.user$
^.vscode$
standalone
deploy.sh
extras/*
Expand All @@ -11,5 +12,6 @@ compare_versions
docs/*
_pkgdown.yml
^vignettes/articles$
^vignettes/Videos.Rmd
^doc$
^Meta$
143 changes: 0 additions & 143 deletions .cproject

This file was deleted.

5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ standalone/build/*
/inst/shiny/DiagnosticsExplorer/rsconnect/*
/doc/
/Meta/
/extras/
/results/
/.vscode/
.project
.cproject
27 changes: 0 additions & 27 deletions .project

This file was deleted.

38 changes: 14 additions & 24 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
Package: PatientLevelPrediction
Type: Package
Title: Developing patient level prediction using data in the OMOP Common Data
Model
Title: Developing Patient Level Prediction Models Using the Observational Medical Outcomes Partnership Common Data Model
Version: 6.3.9.9999
Date: 2024-10-10
Authors@R: c(
Expand All @@ -10,12 +9,12 @@ Authors@R: c(
person("Martijn", "Schuemie", role = c("aut")),
person("Marc", "Suchard", role = c("aut")),
person("Patrick", "Ryan", role = c("aut")),
person("Peter", "Rijnbeek", role = c("aut"))
)
Description: A user friendly way to create patient level prediction models using the OMOP common data model. Given a
person("Peter", "Rijnbeek", role = c("aut")),
person("Observational Health Data Science and Informatics", role = c("cph")))
Description: A user friendly way to create patient level prediction models using the OMOP (ObservationalMedical Outcomes Partnership) common data model. Given a
cohort of interest and an outcome of interest, the package can use data in the
OMOP Common Data Model to build a large set of features. These features can then
be assessed to fit a predictive model using a number of machine learning algorithms.
be used to fit a predictive model with a number of machine learning algorithms.
Several performance measures are implemented for model evaluation.
License: Apache License 2.0
URL: https://ohdsi.github.io/PatientLevelPrediction, https://github.com/OHDSI/PatientLevelPrediction
Expand All @@ -27,50 +26,41 @@ Imports:
Andromeda,
Cyclops (>= 3.0.0),
DatabaseConnector (>= 6.0.0),
digest,
dplyr,
FeatureExtraction (>= 3.0.0),
ggplot2,
gridExtra,
Matrix,
memuse,
mgcv,
ParallelLogger (>= 2.0.0),
polspline,
pROC,
PRROC,
reticulate (>= 1.30),
rlang,
SqlRender (>= 1.1.3),
survival,
tidyr,
utils
Suggests:
AUC,
BigKnn (>= 1.0.0),
devtools,
Eunomia,
Eunomia (>= 2.0.0),
ggplot2,
gridExtra,
IterativeHardThresholding,
knitr,
markdown,
Metrics,
mgcv,
parallel,
plyr,
pool,
polspline,
readr,
ResourceSelection,
ResultModelManager (>= 0.2.0),
reticulate (>= 1.30),
rmarkdown,
RSQLite,
scoring,
ShinyAppBuilder (>= 1.1.1),
OhdsiShinyAppBuilder (>= 1.0.0),
survival,
survminer,
testthat,
withr,
xgboost (> 1.3.2.1),
lightgbm
Remotes:
ohdsi/BigKnn,
ohdsi/ShinyAppBuilder,
ohdsi/ResultModelManager
RoxygenNote: 7.3.2
Encoding: UTF-8
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export(createDatabaseSchemaSettings)
export(createDefaultExecuteSettings)
export(createDefaultSplitSetting)
export(createExecuteSettings)
export(createExistingSplitSettings)
export(createFeatureEngineeringMapColumnsSettings)
export(createFeatureEngineeringSettings)
export(createGlmModel)
Expand Down Expand Up @@ -103,7 +104,6 @@ export(setCoxModel)
export(setDecisionTree)
export(setGradientBoostingMachine)
export(setIterativeHardThresholding)
export(setKNN)
export(setLassoLogisticRegression)
export(setLightGBM)
export(setMLP)
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
PatientLevelPrediction develop
======================
- Added existingSplit settings where users can split data bases on an
existing split
- Fixed linting errors and R codestyle in docs to conform to HADES style
- Remove links to pdf's, point to website instead.
- Fix broken links in Readme and BuildingPredictiveModels vignette
Expand Down
1 change: 1 addition & 0 deletions PatientLevelPrediction.Rproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Version: 1.0
ProjectId: 6acb9f49-7428-4e24-8a2a-6b10f35b95e2

RestoreWorkspace: No
SaveWorkspace: No
Expand Down
Loading

0 comments on commit 0831a1f

Please sign in to comment.