metacountregressor 0.1.103__py3-none-any.whl → 0.1.113__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-0.1.103.dist-info → metacountregressor-0.1.113.dist-info}/METADATA +17 -3
- {metacountregressor-0.1.103.dist-info → metacountregressor-0.1.113.dist-info}/RECORD +5 -5
- {metacountregressor-0.1.103.dist-info → metacountregressor-0.1.113.dist-info}/LICENSE.txt +0 -0
- {metacountregressor-0.1.103.dist-info → metacountregressor-0.1.113.dist-info}/WHEEL +0 -0
- {metacountregressor-0.1.103.dist-info → metacountregressor-0.1.113.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metacountregressor
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.113
|
4
4
|
Summary: Extensions for a Python package for estimation of count models.
|
5
5
|
Home-page: https://github.com/zahern/CountDataEstimation
|
6
6
|
Author: Zeke Ahern
|
@@ -23,10 +23,24 @@ Requires-Dist: requests
|
|
23
23
|
|
24
24
|
The tutorial provides more extensive examples on how to run the code and perform experiments. Further documentation is currently in development.
|
25
25
|
|
26
|
-
|
26
|
+
# For an Application Setup Download the following GUI
|
27
|
+
[Download Application](https://github.com/zahern/MetaCount/tree/master/metacountregressor/application_gui/dist/meta_app)
|
28
|
+
|
29
|
+
The application involves setting up a problem instance to run the models.
|
30
|
+
|
31
|
+
### Entire [Git Repository](https://github.com/zahern/MetaCount.git) is available to clone.
|
32
|
+
#### Steps
|
33
|
+
1. Clone Project
|
34
|
+
2. Navigate to "metacountregressor/application_gui/dist/meta_app"
|
35
|
+
3. Run meta_app.exe
|
36
|
+
4. Navigate to metacountregressor/app_main.py
|
37
|
+
5. Run app_main.py
|
38
|
+
|
39
|
+
|
40
|
+
## Setup For Python Package Approach
|
27
41
|
The Below code demonstrates how to set up automatic optimization assisted by the harmony search algorithm. References to the Differential Evolution and Simulated Annealing has been mentioned (change accordingly)
|
28
42
|
|
29
|
-
##
|
43
|
+
## Install: Requires Python 3.10
|
30
44
|
|
31
45
|
Install `metacountregressor` using pip as follows:
|
32
46
|
|
@@ -13,8 +13,8 @@ metacountregressor/setup.py,sha256=8w6IqX0tJsbYrOI1BJLIJCIvOnunKli5I9fsF5PhHv4,9
|
|
13
13
|
metacountregressor/single_objective_finder.py,sha256=jVG7GJBqzSP4_riYr-kMMKy_LE3SlGmKMunNhHYxgRg,8011
|
14
14
|
metacountregressor/solution.py,sha256=SzI3JItc7CzVcJOAOiztQJD0WMRaE0pw1ps55kP90tc,268893
|
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.113.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
17
|
+
metacountregressor-0.1.113.dist-info/METADATA,sha256=402HrmFmSlQ904TSzP2i8H7Ymx_hurLEpI8qhNTkvJk,23223
|
18
|
+
metacountregressor-0.1.113.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
19
|
+
metacountregressor-0.1.113.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
20
|
+
metacountregressor-0.1.113.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|