Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repos:
- id: no-print-statements
files: ^src/
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.3
rev: v0.9.4
hooks:
- id: ruff # lint
args: [ --fix]
Expand Down
56 changes: 29 additions & 27 deletions LICENSES_THIRD_PARTY.md

Large diffs are not rendered by default.

Binary file modified data/models/graph_mdla1_v110_dfx_train.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified data/models/graph_mdla2_v120_dfx_train.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 31 additions & 28 deletions notebooks/000_Intro.ipynb

Large diffs are not rendered by default.

339 changes: 169 additions & 170 deletions notebooks/100_ModelA0.ipynb

Large diffs are not rendered by default.

1,121 changes: 535 additions & 586 deletions notebooks/101_ModelA1.ipynb

Large diffs are not rendered by default.

1,630 changes: 801 additions & 829 deletions notebooks/102_ModelA2.ipynb

Large diffs are not rendered by default.

Binary file modified plots/000_y_corr_vs_uncorr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/000_y_delta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/100_2_8_2_ppc_holdout_marginals_mdla0_v1_3_0_dfx_holdout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/100_2_8_3_ppc_holdout_y_mdla0_v1_3_0_dfx_holdout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/101_2_6_compare_elpd_mhat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/101_2_8_3_ppc_holdout_y_mdla1_v1_1_0_dfx_holdout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/102_2_6_compare_elpd_mhat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plots/102_2_8_3_ppc_holdout_y_mdla2_v1_2_0_dfx_holdout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified publish/000_Intro.pdf
Binary file not shown.
41 changes: 22 additions & 19 deletions publish/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dev = [
]
# NOTE: separated out to allow Makefile dev to get from pypi (dev-js gets local)
oreum_core_pypi = [
"oreum_core[pymc]>=0.10.0", # the latest package using osx-arm64 Accelerate
"oreum_core[pymc]==0.10.1", # the latest package using osx-arm64 Accelerate
]

[project.urls]
Expand Down