-
Notifications
You must be signed in to change notification settings - Fork 1
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
Latest Sciome update: likelihood bug fix and additional testing #36
Conversation
Merge in STAT/prestogp from foldid to master * commit '140e623763a78f706064587c632bb4d519120ea9': foldid parameter for cv.glmnet and minor bug fixes
Squashed commit of the following: commit 747f280 Author: Shail Choksi <shail.choksi@sciome.com> Date: Wed Nov 1 19:48:49 2023 -0400 Fix merge conflict remnant
…and-Toxicology/PrestoGP into to-git
…and-Toxicology/PrestoGP into to-git
…and-Toxicology/PrestoGP into to-git
* commit 'a6d1d1b06e9f640140bad7f03746d14ef0629af4': Added new testing files Added new testthat tests
…and-Toxicology/PrestoGP into to-git
…xicology/PrestoGP into main-sciome
…xicology/PrestoGP into main-sciome
…-and-Toxicology/PrestoGP into main-sciome
* commit '2dd74a21380be960918b6067abec8ec163721853': Added a simulation file for testing Fixed likelihood function and added additional tests Fixed likelihood function and added additional test
Fixed likelihood function and added additional test Fixed likelihood function and added additional tests Added a simulation file for testing Squashed commit of the following: commit 2dd74a2 Author: Eric Bair <eric.bair@sciome.com> Date: Mon Nov 13 19:17:43 2023 -0500 Added a simulation file for testing commit 6c17318 Author: Eric Bair <eric.bair@sciome.com> Date: Mon Nov 13 19:16:32 2023 -0500 Fixed likelihood function and added additional tests commit f90ce5e Author: Eric Bair <eric.bair@sciome.com> Date: Mon Nov 13 19:10:57 2023 -0500 Fixed likelihood function and added additional test
…and-Toxicology/PrestoGP into to-git
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericbair-sciome @sciome-bot @shail-choksi
-
It looks like the example scripts from the NO2 analysis of Messier and Katzfuss was added. Those are probably not needed. No harm at the moment though of course.
-
Did this resolve the Vecchia matching full likelihood at m = n -1?
-
Merge with main at your discretion
The NO2 data has been in my version of the package for a while. It was used for a couple examples in the documentation (although I don't think those examples are working anyway). My inclination is to keep using for the univariate regression examples, because people who have read the paper might be interested in seeing that. But if there is a better data set to use for examples, we can always replace it later. |
Merge in STAT/prestogp from master to to-git Squashed commit of the following: commit 17f5284 Merge: ea78ffa 895100d Author: Eric Bair <eric.bair@sciome.com> Date: Fri Dec 1 10:49:09 2023 -0500 Pull request #12: Testing Merge in STAT/prestogp from testing to master * commit '895100db78d89c5082ddfcf1411dad69bdf1b6c5': Fixed another sparseNN bug and updated tests Fixed a bug in SparseNN Added more likelihood and maxmin ordering tests commit 895100d Merge: 7f3ca3c fb060ff Author: Eric Bair <eric.bair@sciome.com> Date: Wed Nov 29 17:02:10 2023 -0500 Merge branch 'to-git' of http://192.168.167.103:7990/bitbucket/scm/stat/prestogp into testing Conflicts: DESCRIPTION man/prestogp_fit-PrestoGPModel-method.Rd tests/testthat/test-Log_Likelihood.R Fixed merge conflicts. commit 7f3ca3c Author: Eric Bair <eric.bair@sciome.com> Date: Wed Nov 29 16:43:40 2023 -0500 Fixed another sparseNN bug and updated tests commit 1ca9586 Author: Eric Bair <eric.bair@sciome.com> Date: Tue Nov 28 18:40:36 2023 -0500 Fixed a bug in SparseNN commit 80a9818 Author: Eric Bair <eric.bair@sciome.com> Date: Tue Nov 21 17:49:19 2023 -0500 Added more likelihood and maxmin ordering tests commit ea78ffa Merge: 286ba5d 53e2b0d Author: sciome-bot <software.tools@sciome.com> Date: Mon Nov 20 12:41:08 2023 -0500 Merge branch 'main-sciome' of sciome-bot-git:Spatiotemporal-Exposures-and-Toxicology/PrestoGP commit 53e2b0d Author: {SET}group <127860447+Spatiotemporal-Exposures-and-Toxicology@users.noreply.github.com> Date: Fri Nov 17 20:54:40 2023 -0500 Update README.md with lifecycle badge commit 2d2e84b Merge: f9d0185 b7c0809 Author: {SET}group <127860447+Spatiotemporal-Exposures-and-Toxicology@users.noreply.github.com> Date: Thu Nov 16 22:13:58 2023 -0500 Merge pull request #15 from Spatiotemporal-Exposures-and-Toxicology/SET-actions partial linting (PrestoGP_Model.R) done thus far commit b7c0809 Merge: 5705bb4 f9d0185 Author: Messier <messierkp@almbp02184136.local> Date: Thu Nov 16 18:43:42 2023 -0500 fixing conflicts commit 5705bb4 Merge: d602b8f 391e477 Author: Messier <messierkp@almbp02184136.niehs.nih.gov> Date: Thu Nov 16 16:54:00 2023 -0500 Merge branch 'main' into SET-actions commit d602b8f Merge: 60e5fd3 4c1bf2a Author: Messier <messierkp@almbp02184136.niehs.nih.gov> Date: Thu Nov 16 16:51:21 2023 -0500 Merge branch 'SET-actions' of https://github.com/Spatiotemporal-Exposures-and-Toxicology/PrestoGP into SET-actions commit 60e5fd3 Author: Messier <messierkp@almbp02184136.niehs.nih.gov> Date: Thu Nov 16 16:51:08 2023 -0500 linting PrestoGP_Model.R commit 4c1bf2a Author: {SET}group <127860447+Spatiotemporal-Exposures-and-Toxicology@users.noreply.github.com> Date: Thu Nov 16 16:50:31 2023 -0500 Update lint.yaml 3-linters as NULL commit f9d0185 Merge: 391e477 e7fd7ea Author: ericbair-sciome <149633517+ericbair-sciome@users.noreply.github.com> Date: Wed Nov 15 15:17:56 2023 -0500 Merge pull request #36 from Spatiotemporal-Exposures-and-Toxicology/main-sciome Latest Sciome update: likelihood bug fix and additional testing commit e7fd7ea Merge: fb060ff 84fd72f Author: sciome-bot <software.tools@sciome.com> Date: Tue Nov 14 13:16:41 2023 -0500 Merge branch 'main-sciome' of github-sciome:Spatiotemporal-Exposures-and-Toxicology/PrestoGP into to-git commit 286ba5d Merge: f52ebbb 84fd72f Author: sciome-bot <software.tools@sciome.com> Date: Tue Nov 14 13:11:48 2023 -0500 Merge branch 'main-sciome' of sciome-bot-git:Spatiotemporal-Exposures-and-Toxicology/PrestoGP commit 84fd72f Author: sciome-bot <software.tools@sciome.com> Date: Tue Nov 14 13:10:52 2023 -0500 Pull request #9: Testing * commit '2dd74a21380be960918b6067abec8ec163721853': Added a simulation file for testing Fixed likelihood function and added additional tests Fixed likelihood function and added additional test commit f52ebbb Merge: 4e0e1ec 2dd74a2 Author: Eric Bair <eric.bair@sciome.com> Date: Tue Nov 14 13:10:51 2023 -0500 Pull request #9: Testing * commit '2dd74a21380be960918b6067abec8ec163721853': Added a simulation file for testing Fixed likelihood function and added additional tests Fixed likelihood function and added additional test commit 79011bd Merge: b613143 9094abe Author: sciome-bot <software.tools@sciome.com> Date: Tue Nov 14 13:09:25 2023 -0500 Merge branch 'main-sciome' of sciome-bot-git:Spatiotemporal-Exposures-and-Toxicology/PrestoGP into main-sciome commit b613143 Merge: 615e30a 391e477 Author: sciome-bot <software.tools@sciome.com> Date: Tue Nov 14 13:06:44 2023 -0500 Merge branch 'main' of sciome-bot-git:Spatiotemporal-Exposures-and-Toxicology/PrestoGP into main-sciome ... and 20 more commits
This is a minor update that fixes a bug in the full likelihood calculations and adds some additional testing for the likelihood functions.