diff --git a/dev/articles/AddingCustomFeatureEngineering.html b/dev/articles/AddingCustomFeatureEngineering.html index 620759f4..4152df88 100644 --- a/dev/articles/AddingCustomFeatureEngineering.html +++ b/dev/articles/AddingCustomFeatureEngineering.html @@ -151,7 +151,7 @@

Adding Custom Feature Engineering Functions

Jenna Reps, Egill Fridgeirsson

-

2024-11-21

+

2024-11-26

Source: vignettes/AddingCustomFeatureEngineering.Rmd @@ -313,8 +313,8 @@

Implement function) ) - attr(trainData$covariateData, "metaData")$featureEngineering <- listAppend( - attr(trainData$covariateData, "metaData")$featureEngineering, + attr(trainData, "metaData")$featureEngineering <- listAppend( + attr(trainData, "metaData")$featureEngineering, featureEngineering ) diff --git a/dev/articles/AddingCustomModels.html b/dev/articles/AddingCustomModels.html index d14844d7..a7941ae8 100644 --- a/dev/articles/AddingCustomModels.html +++ b/dev/articles/AddingCustomModels.html @@ -152,7 +152,7 @@

Adding Custom Patient-Level Prediction

Jenna Reps, Martijn J. Schuemie, Patrick B. Ryan, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/AddingCustomModels.Rmd diff --git a/dev/articles/AddingCustomSamples.html b/dev/articles/AddingCustomSamples.html index 75c5cc91..79ec4b66 100644 --- a/dev/articles/AddingCustomSamples.html +++ b/dev/articles/AddingCustomSamples.html @@ -150,7 +150,7 @@

Adding Custom Sampling Functions

Jenna Reps

-

2024-11-21

+

2024-11-26

Source: vignettes/AddingCustomSamples.Rmd diff --git a/dev/articles/AddingCustomSplitting.html b/dev/articles/AddingCustomSplitting.html index 5584d654..b919a11e 100644 --- a/dev/articles/AddingCustomSplitting.html +++ b/dev/articles/AddingCustomSplitting.html @@ -150,7 +150,7 @@

Adding Custom Data Splitting Functions

Jenna Reps

-

2024-11-21

+

2024-11-26

Source: vignettes/AddingCustomSplitting.Rmd diff --git a/dev/articles/BenchmarkTasks.html b/dev/articles/BenchmarkTasks.html index 9ff73e30..b22aa9ea 100644 --- a/dev/articles/BenchmarkTasks.html +++ b/dev/articles/BenchmarkTasks.html @@ -151,7 +151,7 @@

Benchmark Tasks

Jenna Reps, Ross Williams, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/BenchmarkTasks.Rmd diff --git a/dev/articles/BestPractices.html b/dev/articles/BestPractices.html index 3ba7df6d..00bc44b1 100644 --- a/dev/articles/BestPractices.html +++ b/dev/articles/BestPractices.html @@ -151,7 +151,7 @@

Best Practice Research

Jenna Reps, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/BestPractices.Rmd diff --git a/dev/articles/BuildingMultiplePredictiveModels.html b/dev/articles/BuildingMultiplePredictiveModels.html index abf7df13..4c1abec8 100644 --- a/dev/articles/BuildingMultiplePredictiveModels.html +++ b/dev/articles/BuildingMultiplePredictiveModels.html @@ -152,7 +152,7 @@

Automatically Build Multiple Patient-Level

Jenna Reps, Martijn J. Schuemie, Patrick B. Ryan, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/BuildingMultiplePredictiveModels.Rmd diff --git a/dev/articles/BuildingPredictiveModels.html b/dev/articles/BuildingPredictiveModels.html index 1ef891fb..dbf5c546 100644 --- a/dev/articles/BuildingPredictiveModels.html +++ b/dev/articles/BuildingPredictiveModels.html @@ -151,7 +151,7 @@

Building patient-level predictive models

Jenna Reps, Martijn J. Schuemie, Patrick B. Ryan, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/BuildingPredictiveModels.Rmd diff --git a/dev/articles/ClinicalModels.html b/dev/articles/ClinicalModels.html index da5b1ba5..09e3b0df 100644 --- a/dev/articles/ClinicalModels.html +++ b/dev/articles/ClinicalModels.html @@ -151,7 +151,7 @@

Clinical Models

Jenna Reps, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/ClinicalModels.Rmd diff --git a/dev/articles/ConstrainedPredictors.html b/dev/articles/ConstrainedPredictors.html index a504952d..e496038c 100644 --- a/dev/articles/ConstrainedPredictors.html +++ b/dev/articles/ConstrainedPredictors.html @@ -150,7 +150,7 @@

Constrained predictors

Jenna Reps

-

2024-11-21

+

2024-11-26

Source: vignettes/ConstrainedPredictors.Rmd diff --git a/dev/articles/CreatingLearningCurves.html b/dev/articles/CreatingLearningCurves.html index e58613db..83529aa0 100644 --- a/dev/articles/CreatingLearningCurves.html +++ b/dev/articles/CreatingLearningCurves.html @@ -151,7 +151,7 @@

Creating Learning Curves

Luis H. John, Jenna M. Reps, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/CreatingLearningCurves.Rmd diff --git a/dev/articles/CreatingNetworkStudies.html b/dev/articles/CreatingNetworkStudies.html index c321a770..f3a09a20 100644 --- a/dev/articles/CreatingNetworkStudies.html +++ b/dev/articles/CreatingNetworkStudies.html @@ -152,7 +152,7 @@

Making patient-level predictive network study

Jenna Reps, Martijn J. Schuemie, Patrick B. Ryan, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/CreatingNetworkStudies.Rmd diff --git a/dev/articles/InstallationGuide.html b/dev/articles/InstallationGuide.html index 0798c911..fe5444b0 100644 --- a/dev/articles/InstallationGuide.html +++ b/dev/articles/InstallationGuide.html @@ -151,7 +151,7 @@

Patient-Level Prediction Installation Guide

Jenna Reps, Peter R. Rijnbeek, Egill Fridgeirsson

-

2024-11-21

+

2024-11-26

Source: vignettes/InstallationGuide.Rmd diff --git a/dev/articles/Videos.html b/dev/articles/Videos.html index 2d8da8f7..36f160c7 100644 --- a/dev/articles/Videos.html +++ b/dev/articles/Videos.html @@ -151,7 +151,7 @@

Demo Videos

Jenna Reps, Peter R. Rijnbeek

-

2024-11-21

+

2024-11-26

Source: vignettes/Videos.Rmd diff --git a/dev/pkgdown.yml b/dev/pkgdown.yml index a7796281..1a5759be 100644 --- a/dev/pkgdown.yml +++ b/dev/pkgdown.yml @@ -16,4 +16,4 @@ articles: CreatingNetworkStudies: CreatingNetworkStudies.html InstallationGuide: InstallationGuide.html Videos: Videos.html -last_built: 2024-11-21T16:09Z +last_built: 2024-11-26T16:18Z