metacountregressor 0.1.340__py3-none-any.whl → 0.1.341__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.
@@ -5,12 +5,12 @@ import faulthandler
5
5
  import sys
6
6
  import timeit
7
7
  from collections import namedtuple
8
- print('loaded standard packages')
9
-
10
8
  import numpy as np
11
-
12
9
  import pandas as pd
10
+ print('loaded standard packages')
11
+
13
12
  from .helperprocess import*
13
+ from .data_split_helper import DataProcessor
14
14
  print('loaded helper')
15
15
  from .metaheuristics import (differential_evolution,
16
16
  harmony_search,
@@ -17,10 +17,13 @@ import pandas as pd
17
17
 
18
18
  try:
19
19
  from .pareto_file import Pareto, Solution
20
- from .solution import ObjectiveFunction
21
- except:
20
+ except ImportError:
22
21
  print('Exception relative import')
23
22
  from pareto_file import Pareto, Solution
23
+
24
+ try:
25
+ from .solution import ObjectiveFunction
26
+ except ImportError:
24
27
  from solution import ObjectiveFunction
25
28
 
26
29
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metacountregressor
3
- Version: 0.1.340
3
+ Version: 0.1.341
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
@@ -1,4 +1,4 @@
1
- metacountregressor/__init__.py,sha256=UM4zaqoAcZVWyx3SeL9bRS8xpQ_iLZU9fIIARWmfjis,2937
1
+ metacountregressor/__init__.py,sha256=65D50JHmlVICaRuD2fNTa6pd872b_Q2Mt_A8TFyOBC8,2981
2
2
  metacountregressor/_device_cust.py,sha256=759fnKmTYccJm4Lpi9_1reurh6OB9d6q9soPR0PltKc,2047
3
3
  metacountregressor/app_main.py,sha256=vY3GczTbGbBRalbzMkl_9jVW7RMgEOc6z2Dr1IZJv9c,10014
4
4
  metacountregressor/data_split_helper.py,sha256=M2fIMdIO8znUaYhx5wlacRyNWdQjNYu1z1wkE-kFUYU,3373
@@ -6,15 +6,15 @@ metacountregressor/halton.py,sha256=jhovA45UBoZYU9g-hl6Lb2sBIx_ZBTNdPrpgkzR9fng,
6
6
  metacountregressor/helperprocess.py,sha256=wW45-i31zy6rwaXt5PZt0GyR83PzF30jc9Wl4SQtnUI,26372
7
7
  metacountregressor/main.py,sha256=tGOm8DdbdyDf316qIxDAre6l6GzfJIWYNYIBaSeIemI,23685
8
8
  metacountregressor/main_old.py,sha256=eTS4ygq27MnU-dZ_j983Ucb-D5XfbVF8OJQK2hVVLZc,24123
9
- metacountregressor/metaheuristics.py,sha256=A76VAPSbpkWTr07yiVYtFQP2dYGPzMXNDhrLWTpFvUY,107560
9
+ metacountregressor/metaheuristics.py,sha256=fyS3lH5yz1H_lZH5MGei9zhDIU52GZKuLqVVZqJunqc,107598
10
10
  metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiLur0k,23096
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
14
  metacountregressor/solution.py,sha256=q99eP1N2K9HFTq-zsja6WF0NwYSdXTAZCnzaqAnzWmU,323186
15
15
  metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
16
- metacountregressor-0.1.340.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
- metacountregressor-0.1.340.dist-info/METADATA,sha256=L_-0fNparvgVacCK6mG06nUofR_0FtdQIjcYmLBJsLw,23556
18
- metacountregressor-0.1.340.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
- metacountregressor-0.1.340.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
- metacountregressor-0.1.340.dist-info/RECORD,,
16
+ metacountregressor-0.1.341.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
17
+ metacountregressor-0.1.341.dist-info/METADATA,sha256=RLAo-EZFM-g2wX7kVVyX9o-Q3S_xXJzQFcTdqSOdPXw,23556
18
+ metacountregressor-0.1.341.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
19
+ metacountregressor-0.1.341.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
20
+ metacountregressor-0.1.341.dist-info/RECORD,,