bdext 0.1.67__tar.gz → 0.1.68__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bdext
3
- Version: 0.1.67
3
+ Version: 0.1.68
4
4
  Summary: Estimation of BDEISS-CT parameters from phylogenetic trees.
5
5
  Home-page: https://github.com/modpath/bdeissct
6
6
  Author: Anna Zhukova
@@ -29,7 +29,7 @@ def relu_plus_one(x):
29
29
  LOSS_FUNCTIONS = {
30
30
  REPRODUCTIVE_NUMBER: "mean_absolute_percentage_error",
31
31
  INFECTION_DURATION: "mean_absolute_percentage_error",
32
- INCUBATION_PERIOD: "mean_absolute_percentage_error",
32
+ INCUBATION_PERIOD: "mae",
33
33
  UPSILON: 'mae',
34
34
  RHO: 'mean_absolute_percentage_error',
35
35
  X_C: "mean_absolute_percentage_error",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: bdext
3
- Version: 0.1.67
3
+ Version: 0.1.68
4
4
  Summary: Estimation of BDEISS-CT parameters from phylogenetic trees.
5
5
  Home-page: https://github.com/modpath/bdeissct
6
6
  Author: Anna Zhukova
@@ -21,7 +21,7 @@ setup(
21
21
  'Topic :: Software Development',
22
22
  'Topic :: Software Development :: Libraries :: Python Modules',
23
23
  ],
24
- version='0.1.67',
24
+ version='0.1.68',
25
25
  description='Estimation of BDEISS-CT parameters from phylogenetic trees.',
26
26
  author='Anna Zhukova',
27
27
  author_email='anna.zhukova@pasteur.fr',
File without changes
File without changes
File without changes
File without changes
File without changes