metacountregressor 0.1.162__py3-none-any.whl → 0.1.163__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.
- metacountregressor/solution.py +6 -0
- {metacountregressor-0.1.162.dist-info → metacountregressor-0.1.163.dist-info}/METADATA +1 -1
- {metacountregressor-0.1.162.dist-info → metacountregressor-0.1.163.dist-info}/RECORD +6 -6
- {metacountregressor-0.1.162.dist-info → metacountregressor-0.1.163.dist-info}/LICENSE.txt +0 -0
- {metacountregressor-0.1.162.dist-info → metacountregressor-0.1.163.dist-info}/WHEEL +0 -0
- {metacountregressor-0.1.162.dist-info → metacountregressor-0.1.163.dist-info}/top_level.txt +0 -0
metacountregressor/solution.py
CHANGED
|
@@ -187,7 +187,13 @@ class ObjectiveFunction(object):
|
|
|
187
187
|
self._max_characteristics = kwargs.get('_max_vars', 26)
|
|
188
188
|
|
|
189
189
|
self.beta_dict = dict
|
|
190
|
+
if 'model_terms' in kwargs:
|
|
191
|
+
print('change')
|
|
192
|
+
if kwargs.get('model_terms').get('group') is not None:
|
|
193
|
+
kwargs['group'] = kwargs.get('model_terms').get('group')
|
|
190
194
|
|
|
195
|
+
if kwargs.get('model_terms').get('panels') is not None:
|
|
196
|
+
kwargs['panels'] = kwargs.get('model_terms').get('panels')
|
|
191
197
|
acceptable_keys_list = ['_par', '_max_imp', '_hmcr', 'steps',
|
|
192
198
|
'algorithm', '_random_seed', '_max_time',
|
|
193
199
|
'forcedvariables', '_obj_1', '_obj_2', '_par',
|
|
@@ -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=
|
|
14
|
+
metacountregressor/solution.py,sha256=7yaBz-5b6cs8sQySKFetYFy5nbqVWPjvH51GQLTA0u0,278944
|
|
15
15
|
metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
|
|
16
|
-
metacountregressor-0.1.
|
|
17
|
-
metacountregressor-0.1.
|
|
18
|
-
metacountregressor-0.1.
|
|
19
|
-
metacountregressor-0.1.
|
|
20
|
-
metacountregressor-0.1.
|
|
16
|
+
metacountregressor-0.1.163.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
17
|
+
metacountregressor-0.1.163.dist-info/METADATA,sha256=uQwuCY15JRsVNQwtfWuGRFYu0xXFoku2cAaWtTD-f8Y,23434
|
|
18
|
+
metacountregressor-0.1.163.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
19
|
+
metacountregressor-0.1.163.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
|
20
|
+
metacountregressor-0.1.163.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|