metacountregressor 0.1.241__py3-none-any.whl → 0.1.243__py3-none-any.whl

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.
@@ -451,7 +451,7 @@ class ObjectiveFunction(object):
451
451
  # define the variables
452
452
 
453
453
 
454
- self._transformations = kwargs.get('_transformations', ["no", "log", "sqrt", "arcsinh"])
454
+ self._transformations = kwargs.get('_transformations', ["no", "log", "sqrt", "arcsinh", "nil"])
455
455
  # self._distribution = ['triangular', 'uniform', 'normal', 'ln_normal', 'tn_normal', 'lindley']
456
456
 
457
457
  self._distribution = kwargs.get('_distributions', ['triangular', 'uniform', 'normal', 'ln_normal', 'tn_normal'])
@@ -1576,7 +1576,12 @@ class ObjectiveFunction(object):
1576
1576
  fixed_vars, random_vars, random_var_cor) # TODO handle distrubution
1577
1577
 
1578
1578
  distributions = alpha_rdm.copy()
1579
- transformations = ['no'] * len(alpha) # todo add transformations
1579
+ if self.linear_regression:
1580
+
1581
+ transformations = ['nil'] * len(alpha) # todo add transformations
1582
+ else:
1583
+ transformations = ['no'] * len(alpha) # todo add transformations
1584
+
1580
1585
  cnt = 0
1581
1586
  joined_alpha = np.add(alpha_rdm, alpha_rdm_cor)
1582
1587
  for i, x in enumerate(joined_alpha):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: metacountregressor
3
- Version: 0.1.241
3
+ Version: 0.1.243
4
4
  Summary: Extensive Testing for Estimation of Data Count Models
5
5
  Home-page: https://github.com/zahern/CountDataEstimation
6
6
  Author: Zeke Ahern
@@ -11,10 +11,10 @@ metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiL
11
11
  metacountregressor/pareto_logger__plot.py,sha256=mEU2QN4wmsM7t39GJ_XhJ_jjsdl09JOmG0U2jICrAkI,30037
12
12
  metacountregressor/setup.py,sha256=5UcQCCLR8Fm5odA3MX78WwahavxFq4mVD6oq0IuQvAY,936
13
13
  metacountregressor/single_objective_finder.py,sha256=jVG7GJBqzSP4_riYr-kMMKy_LE3SlGmKMunNhHYxgRg,8011
14
- metacountregressor/solution.py,sha256=78CNqLdVfLQCSVFEWVY1NkV3wlNykwbek3aNTcC5-WI,316939
14
+ metacountregressor/solution.py,sha256=l0-rGiIefV17OW60wxttjVD467Ym4WFyw94ZgkR0YhU,317080
15
15
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
16
- metacountregressor-0.1.241.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- metacountregressor-0.1.241.dist-info/METADATA,sha256=c9KqN-cADG_SSnayPLrL2npCMCW_nway7Upg_Lr-Row,23529
18
- metacountregressor-0.1.241.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
19
- metacountregressor-0.1.241.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
- metacountregressor-0.1.241.dist-info/RECORD,,
16
+ metacountregressor-0.1.243.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ metacountregressor-0.1.243.dist-info/METADATA,sha256=r8zca46iTmRdh7pq-kT-vIOERixSrcd_34C_acwu8qw,23529
18
+ metacountregressor-0.1.243.dist-info/WHEEL,sha256=beeZ86-EfXScwlR_HKu4SllMC9wUEj_8Z_4FJ3egI2w,91
19
+ metacountregressor-0.1.243.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
+ metacountregressor-0.1.243.dist-info/RECORD,,