Commit ebcd68e
feat: logit transform for zuko training in unconstrained space (#1485)
* logit transform changes
* add new ZScoreTypes
* add new ZScoreTypes
* resolving bug z_scoring last year
* resolving bug z_scoring last year
* revert z_score parser
* adjusted logit structure in build_zuko_flow
* resolve pyright error
* revert flow as a test
* add x_dist variable
* add logit to sbiutils_test.py
* add logit if statement
* add logit if statement
* add logit if statement
* add logit if statement
* remove logit if statement
* resolve pyright issues
* cover logit in tests
* cover tests for logit in flow.py
* cover tests for CNF
* adding faq for logit transformation
* adding faq for logit transformation
* stash changes
* feedback guy adjustments
* add documentation if statements
* resolve comment 1 and 2 of Jan
* ruff linted push
* cleanup density_estimator_test.py
* cleanup density_estimator_test.py and ruff check
* adjusted docstrings
* add tests convergence unconstrained space
* adjust faq
* add test snle
* adjust linear gaussian and estimate c2st
* adjust documentation
* Update sbi/neural_nets/net_builders/flow.py
Co-authored-by: Jan <janfb@users.noreply.github.com>
* Update sbi/utils/sbiutils.py
Co-authored-by: Jan <janfb@users.noreply.github.com>
* Update sbi/utils/sbiutils.py
Co-authored-by: Jan <janfb@users.noreply.github.com>
* add literal import to sbi utils
* adjust literals and add get_transform_to_unconstrained
* adjust literals and format
* add new line for ruff
* stying ruff
* stying ruff
* fix flow builder z-score defaults.
* refactor zuko flow build functions
* re-use y-embedding helper function.
* fix typing
* small fixes.
* fix unconstrained nle test
* refactor z-score-parser test
---------
Co-authored-by: Nastya Krouglova <nastyakrouglova@webauth217.uni-tuebingen.de>
Co-authored-by: Nastya Krouglova <nastyakrouglova@webauth494.uni-tuebingen.de>
Co-authored-by: Nastya Krouglova <nastyakrouglova@webauth446.uni-tuebingen.de>
Co-authored-by: Nastya Krouglova <nastyakrouglova@webauth233.uni-tuebingen.de>
Co-authored-by: Nastya Krouglova <nastyakrouglova@Nastyas-MacBook-Pro.local>
Co-authored-by: Jan <janfb@users.noreply.github.com>
Co-authored-by: Jan <jan.boelts@mailbox.org>1 parent 65ae720 commit ebcd68e
File tree
7 files changed
+629
-145
lines changed- docs/faq
- sbi
- neural_nets/net_builders
- utils
- tests
7 files changed
+629
-145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
0 commit comments