-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
train model 2 with sample-based enumeration (#370)
* use Trace_ELBO * pipeline script: optionally `-f` force retraining * add `force_retraining` to toggle `pipeline.sh -f` * add annoy to plotting dependencies * gitignore posterior phase portraits for pancreas * pipeline: track posterior phase portraits * summarize pancreas models 1/2 lock * add flags to force postprocessing and summarize * increase postprocess and summarize 4 -> 6 threads * update workflow to support forcing stage groups * update config to expect compressed figureS2 output * compress three gene data set * pipeline: track gene subset data file * update pipeline lock * update constraints for tests and release workflows * update dvc lock for dvc >3.0 * use dvc3 cml container * update version constraints
- Loading branch information
1 parent
0e189a8
commit 8147c6d
Showing
38 changed files
with
1,151 additions
and
1,319 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
pip==23.1.2 | ||
nox==2023.4.22 | ||
nox-poetry==1.0.2 | ||
poetry==1.4.2 | ||
virtualenv==20.21.0 | ||
poetry==1.5.1 | ||
virtualenv==20.23.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
Oops, something went wrong.