metacountregressor 0.1.49__py3-none-any.whl → 0.1.50__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: metacountregressor
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.50
|
4
4
|
Summary: A python package for count regression of rare events assisted by metaheuristics
|
5
5
|
Author: zahern
|
6
6
|
Author-email: zeke.ahern@hdr.qut.edu.au
|
@@ -19,11 +19,12 @@ Requires-Dist: tabulate (>=0.9.0,<0.10.0)
|
|
19
19
|
Description-Content-Type: text/markdown
|
20
20
|
|
21
21
|
<div style="display: flex; align-items: center;">
|
22
|
-
<img src="m.png" alt="My Image" style="width: 200px; margin-right: 20px;">
|
22
|
+
<img src="https://github.com/zahern/data/raw/main/m.png" alt="My Image" style="width: 200px; margin-right: 20px;">
|
23
23
|
<p><span style="font-size: 60px;"><strong>MetaCountRegressor</strong></span></p>
|
24
24
|
</div>
|
25
25
|
|
26
|
-
#####
|
26
|
+
##### Quick Setup
|
27
|
+
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)
|
27
28
|
|
28
29
|
## Quick install: Requires Python 3.10
|
29
30
|
|
@@ -49,6 +49,6 @@ metacountregressor/testML.R,sha256=UbTsLFUhoJG9bJnU2rbUKlfcprAkROnhREK41qKzbvQ,2
|
|
49
49
|
metacountregressor/TestSetFake.csv,sha256=JPYAWYLAw7rgQHdGTz0rltMfapX8QYt3BVSyK_D-Lzg,1640
|
50
50
|
metacountregressor/ThaiAccident.csv,sha256=NIi_uPyo5u-B6Hj0Ln9xuJ8fnvGbWK9GLdTWdpG5uug,418202
|
51
51
|
metacountregressor/tk_app.py,sha256=0UM76hpQ-ha96ma_Z5ryxYQUSdF4PJBCsLuI1EGu6_E,59490
|
52
|
-
metacountregressor-0.1.
|
53
|
-
metacountregressor-0.1.
|
54
|
-
metacountregressor-0.1.
|
52
|
+
metacountregressor-0.1.50.dist-info/METADATA,sha256=1pSL5ALid4u59pWYEcREpyWEdE0YpCD_sTpqWhvjDZU,13112
|
53
|
+
metacountregressor-0.1.50.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
54
|
+
metacountregressor-0.1.50.dist-info/RECORD,,
|
File without changes
|