Skip to content

Commit

Permalink
Merge pull request #94 from NSAPH-Software/paper_runs
Browse files Browse the repository at this point in the history
Paper runs
  • Loading branch information
Naeemkh authored Jan 23, 2024
2 parents 6ecfd7f + 343b6b4 commit 3530525
Show file tree
Hide file tree
Showing 35 changed files with 659 additions and 649 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ Optimal hyper parameters(#trial: 300):
alpha = 12.9154966501488 beta = 12.9154966501488 g_sigma = 0.1
Optimal covariate balance:
cf1 = 0.072
cf1 = 0.069
cf2 = 0.082
cf3 = 0.062
cf4 = 0.068
cf3 = 0.063
cf4 = 0.066
cf5 = 0.056
cf6 = 0.082
cf6 = 0.081
Original covariate balance:
cf1 = 0.222
Expand All @@ -87,7 +87,7 @@ Original covariate balance:
cf4 = 0.318
cf5 = 0.198
cf6 = 0.257
----***----
----***----
```

<p>
Expand Down Expand Up @@ -148,10 +148,10 @@ Optimal hyper parameters(#trial: 300):
alpha = 0.0278255940220712 beta = 0.215443469003188 g_sigma = 0.1
Optimal covariate balance:
cf1 = 0.058
cf2 = 0.071
cf3 = 0.087
cf4 = 0.066
cf1 = 0.062
cf2 = 0.070
cf3 = 0.091
cf4 = 0.062
cf5 = 0.076
cf6 = 0.088
Expand All @@ -162,7 +162,7 @@ Original covariate balance:
cf4 = 0.296
cf5 = 0.208
cf6 = 0.225
----***----
----***----
```

<p>
Expand Down
4 changes: 2 additions & 2 deletions docker_singularity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ RUN R -e "install.packages(c( \
'rlang', \
'Rfast', \
'SuperLearner', \
'ranger', \
'wCorr'), repos='https://cloud.r-project.org')"

ENV RENV_VERSION 0.15.1
RUN R -e "install.packages('remotes', repos = c(CRAN = 'https://cloud.r-project.org'))"
RUN R -e "remotes::install_github('rstudio/renv@${RENV_VERSION}')"


4 changes: 2 additions & 2 deletions docker_singularity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ Run the following code to download and spin up the image.

```s
docker run -it --rm \
-p 8230:8787 \
-p 8231:8787 \
-e USER=rstudio \
-e PASSWORD=pass \
-v "/path/to/your/folder/on/host:/home/rstudio/Project" nsaphsoftware/gpcerf_dev
-v $PWD:/home/rstudio/Project nsaphsoftware/gpcerf_dev
```
3 changes: 0 additions & 3 deletions functional_tests/README.md

This file was deleted.

14 changes: 0 additions & 14 deletions functional_tests/ft_compute_deriv_nn.R

This file was deleted.

11 changes: 0 additions & 11 deletions functional_tests/ft_compute_derive_weights_gp.R

This file was deleted.

35 changes: 0 additions & 35 deletions functional_tests/ft_compute_inverse.R

This file was deleted.

24 changes: 0 additions & 24 deletions functional_tests/ft_compute_m_sigma.R

This file was deleted.

51 changes: 0 additions & 51 deletions functional_tests/ft_compute_posterior_m_nn.R

This file was deleted.

41 changes: 0 additions & 41 deletions functional_tests/ft_compute_posterior_sd_nn.R

This file was deleted.

34 changes: 0 additions & 34 deletions functional_tests/ft_compute_sd_gp.R

This file was deleted.

17 changes: 0 additions & 17 deletions functional_tests/ft_compute_w_corr.R

This file was deleted.

31 changes: 0 additions & 31 deletions functional_tests/ft_compute_weight_gp.R

This file was deleted.

30 changes: 0 additions & 30 deletions functional_tests/ft_estimate_mean_sd_nn.R

This file was deleted.

Loading

0 comments on commit 3530525

Please sign in to comment.