generated from ihmeuw-msca/pypkg
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct the way we compute variance covariance matrix (#26)
* add law of total covariance to super_vcov * add scaled score * make score_scaled post process of explore rather than attribute for learner * change the version to 0.1.1 * change the version of regmod to 0.1.0 * temporarily fix the version of jax
- Loading branch information
Showing
5 changed files
with
27 additions
and
14 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -4,15 +4,21 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "modrover" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
description = "Model space explorer for inference and prediction" | ||
readme = "README.rst" | ||
requires-python = ">=3.10" | ||
license = { file = "LICENSE" } | ||
authors = [ | ||
{ name = "IHME Math Sciences", email = "[email protected]" }, | ||
] | ||
dependencies = ["regmod==0.1.0", "pplkit", "matplotlib"] | ||
dependencies = [ | ||
"jax[cpu]==0.4.5", | ||
"jaxlib==0.4.4", | ||
"regmod==0.1.0", | ||
"pplkit", | ||
"matplotlib", | ||
] | ||
|
||
[project.optional-dependencies] | ||
test = ["pytest"] | ||
|
@@ -25,4 +31,4 @@ github = "https://github.com/ihmeuw-msca/modrover" | |
project = "modrover" | ||
author = "IHME Math Sciences" | ||
copyright = "2023, IHME Math Sciences" | ||
version = "0.1.0" | ||
version = "0.1.1" |
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
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