metacountregressor 0.1.164__py3-none-any.whl → 0.1.165__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.
@@ -351,6 +351,7 @@ class ObjectiveFunction(object):
351
351
  K = X.shape[1]
352
352
  self.columns_names = X.columns
353
353
  X = X.values.reshape(self.N_test, self.P_test, K)
354
+ X = X.astype('float')
354
355
  self.group_halton_test = self.group_halton_test.reshape(self.N_test, self.P_test)[:, 0]
355
356
  Y = Y.values.reshape(self.N_test, self.P_test, 1)
356
357
  Y = Y.astype('float')
@@ -396,7 +397,9 @@ class ObjectiveFunction(object):
396
397
  K = X.shape[1]
397
398
  self.columns_names = X.columns
398
399
  X = X.values.reshape(self.N_test, self.P_test, K)
400
+ X = X.astype('float')
399
401
  Y = Y.values.reshape(self.N_test, self.P_test, 1)
402
+ Y = Y.astype('float')
400
403
  self._x_data_test = X.copy()
401
404
  self.y_data_test = Y.copy()
402
405
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: metacountregressor
3
- Version: 0.1.164
3
+ Version: 0.1.165
4
4
  Summary: Extensions for a Python package for estimation of 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=E33vFmFggUkaTbalWAVqHhGvVYlUC1bMSpAyr9XExRc,278981
14
+ metacountregressor/solution.py,sha256=9WpnvZUT5JgNoG8-GcXJ2c9ggxwjkRqsme1xep3i7pk,279091
15
15
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
16
- metacountregressor-0.1.164.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- metacountregressor-0.1.164.dist-info/METADATA,sha256=OO0psUa-eseKqLe_T8rcVXRgp6QOZFuAfgwEA006Ei8,23434
18
- metacountregressor-0.1.164.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
- metacountregressor-0.1.164.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
- metacountregressor-0.1.164.dist-info/RECORD,,
16
+ metacountregressor-0.1.165.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ metacountregressor-0.1.165.dist-info/METADATA,sha256=qUircwnVKKFqwW-8jd8WVI6R-FDwFoMSyjjkjY_c5Y0,23434
18
+ metacountregressor-0.1.165.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
19
+ metacountregressor-0.1.165.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
+ metacountregressor-0.1.165.dist-info/RECORD,,