metacountregressor 0.1.37__py3-none-any.whl → 0.1.38__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 +4 -1
- {metacountregressor-0.1.37.dist-info → metacountregressor-0.1.38.dist-info}/METADATA +1 -1
- {metacountregressor-0.1.37.dist-info → metacountregressor-0.1.38.dist-info}/RECORD +4 -4
- {metacountregressor-0.1.37.dist-info → metacountregressor-0.1.38.dist-info}/WHEEL +0 -0
metacountregressor/solution.py
CHANGED
@@ -5754,10 +5754,13 @@ class ObjectiveFunction(object):
|
|
5754
5754
|
# return sol, log_ll, initial_beta['x'], self.stderr, self.pvalues, self.zvalues, is_halton, is_delete_init
|
5755
5755
|
return sol, log_ll_fixed, initial_beta['x'], stderr_fixed, pvalue_alt_fixed, zvalues_fixed, is_halton, is_delete_init
|
5756
5756
|
# return obj_1, log_ll_fixed, initial_beta.x, stderr_fixed, pvalue_alt_fixed, zvalues_fixed, is_halton, is_delete_init
|
5757
|
-
|
5757
|
+
elif initial_beta is None:
|
5758
|
+
|
5758
5759
|
self.convergance = None
|
5759
5760
|
print('why does it do this, this should not happen')
|
5760
5761
|
return sol, None, initial_beta['x'], None, None, None, 0, 1
|
5762
|
+
else:
|
5763
|
+
print('trying fit anyway')
|
5761
5764
|
|
5762
5765
|
if dispersion == 0 or dispersion is None or dispersion == 1 or dispersion == 2 or dispersion == 3:
|
5763
5766
|
if initial_beta is not None:
|
@@ -38,7 +38,7 @@ metacountregressor/set_data.csv,sha256=68iJkW4O4HVM8GyNlO0drwp8ZMXkccXCUc7jnA8xn
|
|
38
38
|
metacountregressor/set_data_s.csv,sha256=hELwnv6RjpmXcMheFafwrYbLbyYE21hFKyqJhA8L05o,11111
|
39
39
|
metacountregressor/setup.py,sha256=CpbdBScFhvStc6WByFiAlP7T5wGdWetsLI8X5JRRpP4,268
|
40
40
|
metacountregressor/single_objective_finder.py,sha256=QYXUpxJp7-ul5ZiIKGgYGaH_yFFGUbI7X3yKu5asogE,1960
|
41
|
-
metacountregressor/solution.py,sha256=
|
41
|
+
metacountregressor/solution.py,sha256=qQNpWCadMamou28o14FvgHQWmiv_H3dqMalr7iAp-7A,290567
|
42
42
|
metacountregressor/Stage5A_1848_All_Initial_Columns.csv,sha256=uwsadEyupgIH1w5f8vnlwlo13ryww3VCGYlOnN0dEL0,188769
|
43
43
|
metacountregressor/Stage5A_1848_All_Initial_Columns.xlsx,sha256=5U5Ab1jjGi5qoKp06Bw2tpdPjGaDGoyt5976AAFdEbs,699231
|
44
44
|
metacountregressor/synth_dataset_generator.ipynb,sha256=caBMQJOaeINPZJw5aTsSOXhmenSqrpS7GycINAzUUxs,27153
|
@@ -48,6 +48,6 @@ metacountregressor/testML.R,sha256=UbTsLFUhoJG9bJnU2rbUKlfcprAkROnhREK41qKzbvQ,2
|
|
48
48
|
metacountregressor/TestSetFake.csv,sha256=JPYAWYLAw7rgQHdGTz0rltMfapX8QYt3BVSyK_D-Lzg,1640
|
49
49
|
metacountregressor/ThaiAccident.csv,sha256=NIi_uPyo5u-B6Hj0Ln9xuJ8fnvGbWK9GLdTWdpG5uug,418202
|
50
50
|
metacountregressor/tk_app.py,sha256=0UM76hpQ-ha96ma_Z5ryxYQUSdF4PJBCsLuI1EGu6_E,59490
|
51
|
-
metacountregressor-0.1.
|
52
|
-
metacountregressor-0.1.
|
53
|
-
metacountregressor-0.1.
|
51
|
+
metacountregressor-0.1.38.dist-info/METADATA,sha256=QofiZ2BrvMOZAA8T0mAd4bdEcltulMF_YpFEXezrlGY,28479
|
52
|
+
metacountregressor-0.1.38.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
53
|
+
metacountregressor-0.1.38.dist-info/RECORD,,
|
File without changes
|