bella-companion 0.1.2__tar.gz → 0.1.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of bella-companion might be problematic. Click here for more details.
- {bella_companion-0.1.2 → bella_companion-0.1.4}/PKG-INFO +1 -1
- {bella_companion-0.1.2 → bella_companion-0.1.4}/pyproject.toml +1 -1
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/GLM.xml +7 -7
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/run_beast.py +1 -1
- {bella_companion-0.1.2 → bella_companion-0.1.4}/README.md +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/BELLA.jar +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/cli.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/MLP.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/changetimes.csv +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/flights.csv +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/msa.fasta +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/features.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/beast_config.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/change_times.csv +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/traits.csv +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/trees.nwk +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/results.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/run_beast.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/summarize.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-multitype/GLM.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-multitype/MLP.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-multitype/Nonparametric.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-skyline/GLM.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-skyline/MLP.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/epi-skyline/Nonparametric.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-2traits/GLM.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-2traits/MLP.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-2traits/Nonparametric.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-no-traits/GLM.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-no-traits/MLP.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/beast_configs/fbd-no-traits/Nonparametric.xml +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/epi_multitype.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/epi_skyline.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/fbd_2traits.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/fbd_no_traits.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/scenarios.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/utils.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_data.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_figures.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/metrics.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/run_beast.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/common.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/epi_multitype.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/epi_skyline.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/fbd_2traits.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/fbd_no_traits.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/scenario.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/summarize.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/beast.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/explain/__init__.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/explain/pdp.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/explain/shap.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/explain/typeguards.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/slurm.py +0 -0
- {bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/version.xml +0 -0
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/GLM.xml
RENAMED
|
@@ -94,27 +94,27 @@
|
|
|
94
94
|
</distribution>
|
|
95
95
|
|
|
96
96
|
<!-- Sampling proportion in China -->
|
|
97
|
-
<distribution spec="SmartZeroExcludingPrior" x="@
|
|
97
|
+
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
|
|
98
98
|
<Uniform name="distr" upper="0.024714828897338403"/>
|
|
99
99
|
</distribution>
|
|
100
100
|
<!-- Sampling proportion in China -->
|
|
101
|
-
<distribution spec="SmartZeroExcludingPrior" x="@
|
|
102
|
-
<Uniform name="distr" upper="
|
|
101
|
+
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.11E-4 1.2E-4 1.3E-4 1.4E-4 1.5E-4">
|
|
102
|
+
<Uniform name="distr" upper="1.8682742128337982e-4"/>
|
|
103
103
|
</distribution>
|
|
104
104
|
<!-- Sampling proportion in France -->
|
|
105
|
-
<distribution spec="SmartZeroExcludingPrior" x="@
|
|
105
|
+
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.3E-4 1.4E-4 1.5E-4">
|
|
106
106
|
<Uniform name="distr" upper="0.09217877094972067"/>
|
|
107
107
|
</distribution>
|
|
108
108
|
<!-- Sampling proportion in Germany -->
|
|
109
|
-
<distribution spec="SmartZeroExcludingPrior" x="@
|
|
109
|
+
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.4E-4 1.5E-4">
|
|
110
110
|
<Uniform name="distr" upper="0.01770956316410862"/>
|
|
111
111
|
</distribution>
|
|
112
112
|
<!-- Sampling proportion in Germany -->
|
|
113
|
-
<distribution spec="SmartZeroExcludingPrior" x="@
|
|
113
|
+
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.3E-4 1.5E-4">
|
|
114
114
|
<Uniform name="distr" upper="0.002209756926738059"/>
|
|
115
115
|
</distribution>
|
|
116
116
|
<!-- Sampling proportion in EU -->
|
|
117
|
-
<distribution spec="SmartZeroExcludingPrior" x="@
|
|
117
|
+
<distribution spec="SmartZeroExcludingPrior" x="@samplingProportion" classesToExclude="1.1E-4 1.11E-4 1.2E-4 1.3E-4 1.4E-4">
|
|
118
118
|
<Uniform name="distr" lower="0" upper="0.012770137524557957"/>
|
|
119
119
|
</distribution>
|
|
120
120
|
|
|
@@ -14,7 +14,7 @@ def run_beast():
|
|
|
14
14
|
data_dir = Path(__file__).parent / "data"
|
|
15
15
|
beast_configs_dir = Path(__file__).parent / "beast_configs"
|
|
16
16
|
|
|
17
|
-
for seed, model in product(range(
|
|
17
|
+
for seed, model in product(range(1, 4), ["GLM", "MLP"]):
|
|
18
18
|
extra_data = '-D layersRange="0,1,2",nodes="16 8"' if model == "MLP" else ""
|
|
19
19
|
os.makedirs(output_dir / model, exist_ok=True)
|
|
20
20
|
submit_job(
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/beast_configs/MLP.xml
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/changetimes.csv
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/eucovid/data/flights.csv
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/beast_config.xml
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/traits.csv
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/data/trees.nwk
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/run_beast.py
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/platyrrhine/summarize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/scenarios.py
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/figures/utils.py
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_data.py
RENAMED
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/generate_figures.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/run_beast.py
RENAMED
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/scenarios/common.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/simulations/summarize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/explain/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bella_companion-0.1.2 → bella_companion-0.1.4}/src/bella_companion/utils/explain/typeguards.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|