-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from deepskies/issue/remove_inference
Issue/remove inference
- Loading branch information
Showing
16 changed files
with
4 additions
and
33,663 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
1,125 changes: 0 additions & 1,125 deletions
1,125
notebooks/numpyro_iterative_dataset_varying_noise.ipynb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1,916 changes: 0 additions & 1,916 deletions
1,916
notebooks/pendulum_error_one_moment_in_time_DeepEnsemble.ipynb
This file was deleted.
Oops, something went wrong.
3,995 changes: 0 additions & 3,995 deletions
3,995
notebooks/pendulum_numpyro_many_times_hierarchical_ex.ipynb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
3,248 changes: 0 additions & 3,248 deletions
3,248
notebooks/pendulum_simple_numpyro_inference.ipynb
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
[tool.poetry] | ||
name = "DeepUQ" | ||
packages = [{include = "*", from="src"}] | ||
version = "0.1.0" | ||
description = "" | ||
description = "a package for investigating and comparing ML model's predictive uncertainties" | ||
authors = ["beckynevin <[email protected]>"] | ||
readme = "README.md" | ||
license = "MIT" | ||
|
||
[tool.poetry.dependencies] | ||
python = ">=3.9,<3.11" | ||
numpyro = "^0.13.2" | ||
jupyter = "^1.0.0" | ||
matplotlib = "^3.7.1" | ||
arviz = "^0.15.1" | ||
|
@@ -17,7 +17,6 @@ scikit-learn = "^1.3.0" | |
graphviz = "^0.20.1" | ||
seaborn = "^0.12.2" | ||
torch = "^2.0.1" | ||
sbi = "^0.21.0" | ||
pytest-cov = "^4.1.0" | ||
deepbench = "^0.2.2" | ||
|
||
|
This file contains 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
This file contains 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
Oops, something went wrong.