metacountregressor 0.1.306__py3-none-any.whl → 0.1.307__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 +3 -3
- {metacountregressor-0.1.306.dist-info → metacountregressor-0.1.307.dist-info}/METADATA +1 -1
- {metacountregressor-0.1.306.dist-info → metacountregressor-0.1.307.dist-info}/RECORD +6 -6
- {metacountregressor-0.1.306.dist-info → metacountregressor-0.1.307.dist-info}/WHEEL +0 -0
- {metacountregressor-0.1.306.dist-info → metacountregressor-0.1.307.dist-info}/licenses/LICENSE.txt +0 -0
- {metacountregressor-0.1.306.dist-info → metacountregressor-0.1.307.dist-info}/top_level.txt +0 -0
metacountregressor/solution.py
CHANGED
@@ -6225,7 +6225,7 @@ class ObjectiveFunction(object):
|
|
6225
6225
|
# Dispersion adds one additional parameter if enabled
|
6226
6226
|
dispersion_param = 1 if dispersion > 0 else 0
|
6227
6227
|
return sum(self.get_num_params()) + dispersion_param
|
6228
|
-
|
6228
|
+
|
6229
6229
|
def _build_initial_params(self, num_coefficients, dispersion):
|
6230
6230
|
"""
|
6231
6231
|
Build the initial parameter array for optimization.
|
@@ -6296,7 +6296,7 @@ class ObjectiveFunction(object):
|
|
6296
6296
|
log_lik, aic, bic, stderr, zvalues, pvalues, in_sample_mae, out_sample_mae = self._postprocess_results(
|
6297
6297
|
optimization_result, XX, XX_test, y, mod.get('y_test'), dispersion, mod
|
6298
6298
|
)
|
6299
|
-
|
6299
|
+
|
6300
6300
|
# Extract other outputs
|
6301
6301
|
betas = optimization_result['x'] if optimization_result is not None else None
|
6302
6302
|
is_halton = Xr is not None and Xr.size > 0 # Halton draws used if `Xr` is not empty
|
@@ -7345,7 +7345,7 @@ class ObjectiveFunction(object):
|
|
7345
7345
|
obj_1[self._obj_1] = 10 ** 100
|
7346
7346
|
|
7347
7347
|
else:
|
7348
|
-
print('
|
7348
|
+
print('Did not converge')
|
7349
7349
|
obj_1[self._obj_1] = 10 ** 100
|
7350
7350
|
|
7351
7351
|
self.significant = 3
|
@@ -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=3YaugVfEcOQnrtqY5chH-qhBl_2DmI8CatZyjFdQngA,317534
|
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.307.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
17
|
+
metacountregressor-0.1.307.dist-info/METADATA,sha256=478JkHo4OCeggDG7O0ujZ0HMi_NLzHGpSBvGH3WIyBU,23581
|
18
|
+
metacountregressor-0.1.307.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
|
19
|
+
metacountregressor-0.1.307.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
20
|
+
metacountregressor-0.1.307.dist-info/RECORD,,
|
File without changes
|
{metacountregressor-0.1.306.dist-info → metacountregressor-0.1.307.dist-info}/licenses/LICENSE.txt
RENAMED
File without changes
|
File without changes
|