metacountregressor 1.0.8__py3-none-any.whl → 1.0.10__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 +1 -1
- {metacountregressor-1.0.8.dist-info → metacountregressor-1.0.10.dist-info}/METADATA +6 -3
- {metacountregressor-1.0.8.dist-info → metacountregressor-1.0.10.dist-info}/RECORD +6 -6
- {metacountregressor-1.0.8.dist-info → metacountregressor-1.0.10.dist-info}/WHEEL +0 -0
- {metacountregressor-1.0.8.dist-info → metacountregressor-1.0.10.dist-info}/licenses/LICENSE.txt +0 -0
- {metacountregressor-1.0.8.dist-info → metacountregressor-1.0.10.dist-info}/top_level.txt +0 -0
metacountregressor/solution.py
CHANGED
@@ -433,7 +433,7 @@ class ObjectiveFunction(object):
|
|
433
433
|
self.Ndraws = kwargs.get('Ndraws', 200)
|
434
434
|
self.draws1 = None
|
435
435
|
self.initial_sig = 1 # pass the test of a single model
|
436
|
-
self.pvalue_sig_value = .1
|
436
|
+
self.pvalue_sig_value = kwargs.get('pvalue_sig_value',.1)
|
437
437
|
self.observations = self._x_data.shape[0]
|
438
438
|
self.minimize_scaler = 1/self.observations # scale the minimization function to the observations
|
439
439
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: metacountregressor
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.10
|
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
|
@@ -30,8 +30,8 @@ Dynamic: requires-python
|
|
30
30
|
Dynamic: summary
|
31
31
|
|
32
32
|
<div style="display: flex; align-items: center;">
|
33
|
-
<img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image"
|
34
|
-
<
|
33
|
+
<img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" width="100">
|
34
|
+
<h1 style="margin-left: 20px;">MetaCountRegressor</h1>
|
35
35
|
</div>
|
36
36
|
|
37
37
|
# Tutorial also available as a jupyter notebook
|
@@ -39,6 +39,9 @@ Dynamic: summary
|
|
39
39
|
|
40
40
|
The tutorial provides more extensive examples on how to run the code and perform experiments. Further documentation is currently in development.
|
41
41
|
|
42
|
+
[Download Notebook Designed for Analysis Use Case](https://github.com/zahern/data/blob/main/Step%20By%20Step_Synthetic.ipynb)
|
43
|
+
|
44
|
+
|
42
45
|
# For an Application Setup Download the following GUI
|
43
46
|
[Download Application](https://github.com/zahern/MetaCount/tree/master/metacountregressor/application_gui/dist/meta_app)
|
44
47
|
|
@@ -11,11 +11,11 @@ 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=hi6KKXrfKzHZD4zHmeZNn9VJXCoBPx1Q-dDK0Kw40CE,324685
|
15
15
|
metacountregressor/test_code.py,sha256=_7Emm2JbhK_NVhxoqMhshN2JeHZtihZuSDl3Jpe7Ajk,1641
|
16
16
|
metacountregressor/test_generated_paper2.py,sha256=pwOoRzl1jJIIOUAAvbkT6HmmTQ81mwpsshn9SLdKOg8,3927
|
17
|
-
metacountregressor-1.0.
|
18
|
-
metacountregressor-1.0.
|
19
|
-
metacountregressor-1.0.
|
20
|
-
metacountregressor-1.0.
|
21
|
-
metacountregressor-1.0.
|
17
|
+
metacountregressor-1.0.10.dist-info/licenses/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
18
|
+
metacountregressor-1.0.10.dist-info/METADATA,sha256=H6Dhqtso3lZ1qcCiGnAyyCVZaQzdWuLAhoh4WNO9-lA,23620
|
19
|
+
metacountregressor-1.0.10.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
20
|
+
metacountregressor-1.0.10.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
21
|
+
metacountregressor-1.0.10.dist-info/RECORD,,
|
File without changes
|
{metacountregressor-1.0.8.dist-info → metacountregressor-1.0.10.dist-info}/licenses/LICENSE.txt
RENAMED
File without changes
|
File without changes
|