diff --git a/dev/articles/BuildingDeepModels.html b/dev/articles/BuildingDeepModels.html index e9a9a0e..ae1e4b8 100644 --- a/dev/articles/BuildingDeepModels.html +++ b/dev/articles/BuildingDeepModels.html @@ -105,7 +105,7 @@
vignettes/BuildingDeepModels.Rmd
BuildingDeepModels.Rmd
vignettes/FirstModel.Rmd
FirstModel.Rmd
vignettes/Installing.Rmd
Installing.Rmd
Fridgeirsson E, Reps J, Chan You S, Kim C, John H (2023). +
Fridgeirsson E, Reps J, Chan You S, Kim C, John H (2024). DeepPatientLevelPrediction: Deep Learning For Patient Level Prediction Using Data In The OMOP Common Data Model. R package version 2.0.3.9999, https://github.com/OHDSI/DeepPatientLevelPrediction.
@Manual{, title = {DeepPatientLevelPrediction: Deep Learning For Patient Level Prediction Using Data In The OMOP Common Data Model}, author = {Egill Fridgeirsson and Jenna Reps and Seng {Chan You} and Chungsoo Kim and Henrik John}, - year = {2023}, + year = {2024}, note = {R package version 2.0.3.9999}, url = {https://github.com/OHDSI/DeepPatientLevelPrediction}, }diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index 88c8e4d..fa12f57 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -5,5 +5,5 @@ articles: BuildingDeepModels: BuildingDeepModels.html FirstModel: FirstModel.html Installing: Installing.html -last_built: 2023-12-23T14:53Z +last_built: 2024-02-22T12:37Z diff --git a/dev/reference/index.html b/dev/reference/index.html index e8529d0..07b1898 100644 --- a/dev/reference/index.html +++ b/dev/reference/index.html @@ -129,6 +129,10 @@
setEstimator()
setEstimator
setFinetuner
setTransformer()
create settings for training a non-temporal transformer
Convert a camel case string to snake case
Convert the names of an object from snake case to camel case
creates settings for using transfer learning to finetune a model
+setFinetuner(modelPath, estimatorSettings = setEstimator())
path to existing plpModel directory
settings created with `setEstimator`
R/HelperFunctions.R
+ snakeCaseToCamelCase.Rd
Convert a camel case string to snake case
+snakeCaseToCamelCase(string)
The string to be converted
A string
+R/HelperFunctions.R
+ snakeCaseToCamelCaseNames.Rd
Convert the names of an object from snake case to camel case
+snakeCaseToCamelCaseNames(object)
The object of which the names should be converted
The same object, but with converted names.
+