metacountregressor 1.0.6__tar.gz → 1.0.8__tar.gz

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.
Files changed (32) hide show
  1. {metacountregressor-1.0.6/metacountregressor.egg-info → metacountregressor-1.0.8}/PKG-INFO +6 -3
  2. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/README.md +5 -2
  3. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/README.rst +5 -2
  4. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/solution.py +1 -1
  5. {metacountregressor-1.0.6 → metacountregressor-1.0.8/metacountregressor.egg-info}/PKG-INFO +6 -3
  6. metacountregressor-1.0.8/version.txt +1 -0
  7. metacountregressor-1.0.6/version.txt +0 -1
  8. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/LICENSE.txt +0 -0
  9. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/MANIFEST.in +0 -0
  10. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/__init__.py +0 -0
  11. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/_device_cust.py +0 -0
  12. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/app_main.py +0 -0
  13. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/data_split_helper.py +0 -0
  14. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/halton.py +0 -0
  15. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/helperprocess.py +0 -0
  16. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/main.py +0 -0
  17. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/main_old.py +0 -0
  18. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/metaheuristics.py +0 -0
  19. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/pareto_file.py +0 -0
  20. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/pareto_logger__plot.py +0 -0
  21. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/setup.py +0 -0
  22. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/single_objective_finder.py +0 -0
  23. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/test_code.py +0 -0
  24. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor/test_generated_paper2.py +0 -0
  25. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor.egg-info/SOURCES.txt +0 -0
  26. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor.egg-info/dependency_links.txt +0 -0
  27. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor.egg-info/not-zip-safe +0 -0
  28. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor.egg-info/requires.txt +0 -0
  29. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/metacountregressor.egg-info/top_level.txt +0 -0
  30. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/setup.cfg +0 -0
  31. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/setup.py +0 -0
  32. {metacountregressor-1.0.6 → metacountregressor-1.0.8}/tests/test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metacountregressor
3
- Version: 1.0.6
3
+ Version: 1.0.8
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" style="width: 100px; margin-right: 20px;">
34
- <p><span style="font-size: 60px;"><strong>MetaCountRegressor</strong></span></p>
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
 
@@ -1,6 +1,6 @@
1
1
  <div style="display: flex; align-items: center;">
2
- <img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" style="width: 100px; margin-right: 20px;">
3
- <p><span style="font-size: 60px;"><strong>MetaCountRegressor</strong></span></p>
2
+ <img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" width="100">
3
+ <h1 style="margin-left: 20px;">MetaCountRegressor</h1>
4
4
  </div>
5
5
 
6
6
  # Tutorial also available as a jupyter notebook
@@ -8,6 +8,9 @@
8
8
 
9
9
  The tutorial provides more extensive examples on how to run the code and perform experiments. Further documentation is currently in development.
10
10
 
11
+ [Download Notebook Designed for Analysis Use Case](https://github.com/zahern/data/blob/main/Step%20By%20Step_Synthetic.ipynb)
12
+
13
+
11
14
  # For an Application Setup Download the following GUI
12
15
  [Download Application](https://github.com/zahern/MetaCount/tree/master/metacountregressor/application_gui/dist/meta_app)
13
16
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  ::
4
4
 
5
- <img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" style="width: 100px; margin-right: 20px;">
6
- <p><span style="font-size: 60px;"><strong>MetaCountRegressor</strong></span></p>
5
+ <img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" width="100">
6
+ <h1 style="margin-left: 20px;">MetaCountRegressor</h1>
7
7
 
8
8
  Tutorial also available as a jupyter notebook
9
9
  =============================================
@@ -14,6 +14,9 @@ Notebook <https://github.com/zahern/CountDataEstimation/blob/main/Tutorial.ipynb
14
14
  The tutorial provides more extensive examples on how to run the code and
15
15
  perform experiments. Further documentation is currently in development.
16
16
 
17
+ `Download Notebook Designed for Analysis Use
18
+ Case <https://github.com/zahern/data/blob/main/Step%20By%20Step_Synthetic.ipynb>`__
19
+
17
20
  For an Application Setup Download the following GUI
18
21
  ===================================================
19
22
 
@@ -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.6
3
+ Version: 1.0.8
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" style="width: 100px; margin-right: 20px;">
34
- <p><span style="font-size: 60px;"><strong>MetaCountRegressor</strong></span></p>
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
 
@@ -0,0 +1 @@
1
+ 1.0.8
@@ -1 +0,0 @@
1
- 1.0.6