Update Main#144
Open
vincent-maillou wants to merge 154 commits into
Open
Conversation
merge brainiac into dev
environment setup for ALPS.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
construction of Q_prior and Q_conditional
- gst_small model is now broken, need to check why the internal/external theta doesn't match with other ST models...
-> Bug arose in numpy/cupy 2.4
-> Bug arose in numpy/cupy 2.4
- added saving option for precision matrices
- Implemented memory improvement in the selected inversion using scipy.sparse-like solver
…ties This PR address the addition of new statistical capabilities to DALIA. Most of them related to post-processing steps (i.e. after the optimization), but also contains new statistical models, new solver capabilities, and new statistical modeling capabilities. Detailed comments: - This PR makes a fundamental structural difference in the way the internal and external scales for the hyper-parameters are handled. In more details, the Model() classes have getters and setters that automatically (implictly) perform the conversion. - This PR also adds some integration testing. These integration tests are not exhaustive of DALIA's modelign capabilities but should catch major failures n code modification. Notes : - This PR is huge (71 commits) and summarize several completely parallel developments (new stats model, new modeling capa, performances, testing, etc). Hence, I use a `Merge` instead of `Rebase` to keep track of changes coming from this huge diff.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Push all latest development from the
new_stats_capaonmain.