metacountregressor 0.1.113__py3-none-any.whl → 0.1.117__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/app_main.py +9 -4
- metacountregressor/helperprocess.py +267 -5
- metacountregressor/main.py +172 -61
- metacountregressor/metaheuristics.py +20 -9
- metacountregressor/setup.py +3 -2
- metacountregressor/solution.py +483 -131
- {metacountregressor-0.1.113.dist-info → metacountregressor-0.1.117.dist-info}/METADATA +21 -7
- {metacountregressor-0.1.113.dist-info → metacountregressor-0.1.117.dist-info}/RECORD +11 -11
- {metacountregressor-0.1.113.dist-info → metacountregressor-0.1.117.dist-info}/WHEEL +1 -1
- {metacountregressor-0.1.113.dist-info → metacountregressor-0.1.117.dist-info}/LICENSE.txt +0 -0
- {metacountregressor-0.1.113.dist-info → metacountregressor-0.1.117.dist-info}/top_level.txt +0 -0
|
@@ -1,17 +1,31 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: metacountregressor
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.117
|
|
4
|
+
Summary: Extensive Testing for Estimation of Data Count Models
|
|
5
5
|
Home-page: https://github.com/zahern/CountDataEstimation
|
|
6
6
|
Author: Zeke Ahern
|
|
7
|
-
Author-email:
|
|
8
|
-
License:
|
|
7
|
+
Author-email: z.ahern@qut.edu.au
|
|
8
|
+
License: MIT
|
|
9
9
|
Requires-Python: >=3.10
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
License-File: LICENSE.txt
|
|
12
|
-
Requires-Dist: numpy
|
|
13
|
-
Requires-Dist: scipy
|
|
12
|
+
Requires-Dist: numpy>=1.13.1
|
|
13
|
+
Requires-Dist: scipy>=1.0.0
|
|
14
14
|
Requires-Dist: requests
|
|
15
|
+
Requires-Dist: latextable
|
|
16
|
+
Requires-Dist: pandas
|
|
17
|
+
Requires-Dist: scikit_learn>=1.4.1.post1
|
|
18
|
+
Requires-Dist: statsmodels
|
|
19
|
+
Requires-Dist: psutil
|
|
20
|
+
Dynamic: author
|
|
21
|
+
Dynamic: author-email
|
|
22
|
+
Dynamic: description
|
|
23
|
+
Dynamic: description-content-type
|
|
24
|
+
Dynamic: home-page
|
|
25
|
+
Dynamic: license
|
|
26
|
+
Dynamic: requires-dist
|
|
27
|
+
Dynamic: requires-python
|
|
28
|
+
Dynamic: summary
|
|
15
29
|
|
|
16
30
|
<div style="display: flex; align-items: center;">
|
|
17
31
|
<img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" style="width: 100px; margin-right: 20px;">
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
metacountregressor/__init__.py,sha256=UM4zaqoAcZVWyx3SeL9bRS8xpQ_iLZU9fIIARWmfjis,2937
|
|
2
2
|
metacountregressor/_device_cust.py,sha256=759fnKmTYccJm4Lpi9_1reurh6OB9d6q9soPR0PltKc,2047
|
|
3
|
-
metacountregressor/app_main.py,sha256=
|
|
3
|
+
metacountregressor/app_main.py,sha256=vY3GczTbGbBRalbzMkl_9jVW7RMgEOc6z2Dr1IZJv9c,10014
|
|
4
4
|
metacountregressor/data_split_helper.py,sha256=M2fIMdIO8znUaYhx5wlacRyNWdQjNYu1z1wkE-kFUYU,3373
|
|
5
5
|
metacountregressor/halton.py,sha256=jhovA45UBoZYU9g-hl6Lb2sBIx_ZBTNdPrpgkzR9fng,9463
|
|
6
|
-
metacountregressor/helperprocess.py,sha256=
|
|
7
|
-
metacountregressor/main.py,sha256=
|
|
6
|
+
metacountregressor/helperprocess.py,sha256=dfNLJzsl58YHWPa_--m1Wg6ttPubHc-m_DAxFI0rouA,22157
|
|
7
|
+
metacountregressor/main.py,sha256=xfpKN2w0kePHp_Q2HOPjtG15PLEN1L3sEnDw1PHBquw,23668
|
|
8
8
|
metacountregressor/main_old.py,sha256=eTS4ygq27MnU-dZ_j983Ucb-D5XfbVF8OJQK2hVVLZc,24123
|
|
9
|
-
metacountregressor/metaheuristics.py,sha256=
|
|
9
|
+
metacountregressor/metaheuristics.py,sha256=rIdBa28EroIYqoE8ZI1isuj_o-tOWHo6jKi1HQJ06lU,106292
|
|
10
10
|
metacountregressor/pareto_file.py,sha256=whySaoPAUWYjyI8zo0hwAOa3rFk6SIUlHSpqZiLur0k,23096
|
|
11
11
|
metacountregressor/pareto_logger__plot.py,sha256=mEU2QN4wmsM7t39GJ_XhJ_jjsdl09JOmG0U2jICrAkI,30037
|
|
12
|
-
metacountregressor/setup.py,sha256=
|
|
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=-km9SL0UJhvli5cNSbBSiHY4lIkIIJ_61m31Ac39XUE,283264
|
|
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.117.dist-info/LICENSE.txt,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
|
17
|
+
metacountregressor-0.1.117.dist-info/METADATA,sha256=h2JozDISXoBFjRONhLiBg-aMMpkTmNyUYjuKyRGjEaM,23536
|
|
18
|
+
metacountregressor-0.1.117.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
|
19
|
+
metacountregressor-0.1.117.dist-info/top_level.txt,sha256=zGG7UC5WIpr76gsFUpwJ4En2aCcoNTONBaS3OewwjR0,19
|
|
20
|
+
metacountregressor-0.1.117.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|