metacountregressor 0.1.156__py3-none-any.whl → 0.1.157__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/helperprocess.py +2 -2
- metacountregressor/main.py +4 -1
- {metacountregressor-0.1.156.dist-info → metacountregressor-0.1.157.dist-info}/METADATA +1 -1
- {metacountregressor-0.1.156.dist-info → metacountregressor-0.1.157.dist-info}/RECORD +7 -7
- {metacountregressor-0.1.156.dist-info → metacountregressor-0.1.157.dist-info}/LICENSE.txt +0 -0
- {metacountregressor-0.1.156.dist-info → metacountregressor-0.1.157.dist-info}/WHEEL +0 -0
- {metacountregressor-0.1.156.dist-info → metacountregressor-0.1.157.dist-info}/top_level.txt +0 -0
|
@@ -223,8 +223,8 @@ def set_up_analyst_constraints(data_characteristic, model_terms, variable_decis
|
|
|
223
223
|
variable_decisions = {
|
|
224
224
|
name: {
|
|
225
225
|
'levels': list(range(6)),
|
|
226
|
-
'
|
|
227
|
-
'
|
|
226
|
+
'Distributions': distu,
|
|
227
|
+
'Transformations': tra
|
|
228
228
|
}
|
|
229
229
|
for name in result
|
|
230
230
|
}
|
metacountregressor/main.py
CHANGED
|
@@ -181,6 +181,9 @@ def main(args, **kwargs):
|
|
|
181
181
|
args = {'algorithm': 'hs', 'test_percentage': 0.15, 'test_complexity': 6, 'instance_number': 1,
|
|
182
182
|
'val_percentage': 0.15, 'obj_1': 'bic', '_obj_2': 'RMSE_TEST', "MAX_TIME": 6}
|
|
183
183
|
# Fit the model with metacountregressor
|
|
184
|
+
# Step 5: Transform the dataset based on the configuration
|
|
185
|
+
data_new = helperprocess.transform_dataframe(dataset, config)
|
|
186
|
+
|
|
184
187
|
obj_fun = ObjectiveFunction(X, y, **args)
|
|
185
188
|
# replace with other metaheuristics if desired
|
|
186
189
|
results = harmony_search(obj_fun)
|
|
@@ -381,7 +384,7 @@ def main(args, **kwargs):
|
|
|
381
384
|
#data_info['data']['Group'][0]
|
|
382
385
|
#data_info['data']['Panel'][0]
|
|
383
386
|
args['decisions'] = data_info['analyst']
|
|
384
|
-
|
|
387
|
+
print('check the args of the decions')
|
|
385
388
|
if type(data_info['data']['Grouped'][0]) == str and len(data_info['data']['Grouped'][0]) >1:
|
|
386
389
|
args['group'] = data_info['data']['Grouped'][0]
|
|
387
390
|
args['ID'] = data_info['data']['Grouped'][0]
|
|
@@ -3,8 +3,8 @@ metacountregressor/_device_cust.py,sha256=759fnKmTYccJm4Lpi9_1reurh6OB9d6q9soPR0
|
|
|
3
3
|
metacountregressor/app_main.py,sha256=vY3GczTbGbBRalbzMkl_9jVW7RMgEOc6z2Dr1IZJv9c,10014
|
|
4
4
|
metacountregressor/data_split_helper.py,sha256=M2fIMdIO8znUaYhx5wlacRyNWdQjNYu1z1wkE-kFUYU,3373
|
|
5
5
|
metacountregressor/halton.py,sha256=jhovA45UBoZYU9g-hl6Lb2sBIx_ZBTNdPrpgkzR9fng,9463
|
|
6
|
-
metacountregressor/helperprocess.py,sha256=
|
|
7
|
-
metacountregressor/main.py,sha256=
|
|
6
|
+
metacountregressor/helperprocess.py,sha256=tVMWinnxIeyy2hxeoIiMjFFoSNBPwBfR6TNDjWstRDc,21856
|
|
7
|
+
metacountregressor/main.py,sha256=cK9Wy2udDJg9FZWZ-mbNLtEYq3uS1DLlwcWYa0XZSc8,23011
|
|
8
8
|
metacountregressor/main_old.py,sha256=eTS4ygq27MnU-dZ_j983Ucb-D5XfbVF8OJQK2hVVLZc,24123
|
|
9
9
|
metacountregressor/metaheuristics.py,sha256=1Tm_BS8HxumEo9fteIwTTkfiJXbfH6wlfSmY0tSt77A,106289
|
|
10
10
|
metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiLur0k,23096
|
|
@@ -13,8 +13,8 @@ metacountregressor/setup.py,sha256=5UcQCCLR8Fm5odA3MX78WwahavxFq4mVD6oq0IuQvAY,9
|
|
|
13
13
|
metacountregressor/single_objective_finder.py,sha256=jVG7GJBqzSP4_riYr-kMMKy_LE3SlGmKMunNhHYxgRg,8011
|
|
14
14
|
metacountregressor/solution.py,sha256=BdP43jX-46tJtih0Ctq62jstR2DSX20AyGJkvRbTYPY,278596
|
|
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.157.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
17
|
+
metacountregressor-0.1.157.dist-info/METADATA,sha256=2toe7_WLYuztHu5oSHGtx1-OdZxEJBsqOylCVmr7UoE,23434
|
|
18
|
+
metacountregressor-0.1.157.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
|
19
|
+
metacountregressor-0.1.157.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
|
20
|
+
metacountregressor-0.1.157.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|