pyeggp 1.0.1__cp313-cp313-macosx_14_0_arm64.whl → 1.0.2__cp313-cp313-macosx_14_0_arm64.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.
- pyeggp/__init__.py +1 -0
- pyeggp/_binding.cpython-313-darwin.so +0 -0
- {pyeggp-1.0.1.dist-info → pyeggp-1.0.2.dist-info}/METADATA +1 -1
- {pyeggp-1.0.1.dist-info → pyeggp-1.0.2.dist-info}/RECORD +8 -8
- {pyeggp-1.0.1.dist-info → pyeggp-1.0.2.dist-info}/WHEEL +0 -0
- {pyeggp-1.0.1.dist-info → pyeggp-1.0.2.dist-info}/entry_points.txt +0 -0
- {pyeggp-1.0.1.dist-info → pyeggp-1.0.2.dist-info}/licenses/LICENSE +0 -0
- {pyeggp-1.0.1.dist-info → pyeggp-1.0.2.dist-info}/top_level.txt +0 -0
pyeggp/__init__.py
CHANGED
@@ -137,6 +137,7 @@ class PyEGGP(BaseEstimator, RegressorMixin):
|
|
137
137
|
best = self.results[self.results.id==ix].iloc[view]
|
138
138
|
t = np.array(list(map(float, best.theta.split(";"))))
|
139
139
|
return eval(best.Numpy)
|
140
|
+
|
140
141
|
def evaluate_model_view(self, x, ix, view):
|
141
142
|
if x.ndim == 1:
|
142
143
|
x = x.reshape(-1,1)
|
Binary file
|
@@ -1,11 +1,5 @@
|
|
1
|
-
pyeggp-
|
2
|
-
pyeggp
|
3
|
-
pyeggp-1.0.1.dist-info/entry_points.txt,sha256=NJouaQ2UoCLBu7Toqer0FBvNSDYMawR_Wx9STMdopyY,48
|
4
|
-
pyeggp-1.0.1.dist-info/top_level.txt,sha256=iLrWfWZHh4NruYDgVyn2ntEB-uJ8fIs95nzNVLIhKE4,7
|
5
|
-
pyeggp-1.0.1.dist-info/METADATA,sha256=vbigkLKhJ_sSORsiKsZkFnU-Mjs8jOSN4Rj7gypQbtU,42220
|
6
|
-
pyeggp-1.0.1.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
7
|
-
pyeggp/_binding.cpython-313-darwin.so,sha256=8bUPtVS3_hLNAmuApJJOXSyXkfQzikwKfFn3cq1-T-o,48558304
|
8
|
-
pyeggp/__init__.py,sha256=rzgGMRTJwRU0BDhfUCcE1G0OvFwu3o0qcjTfTRV7q54,5774
|
1
|
+
pyeggp/_binding.cpython-313-darwin.so,sha256=R0-ni2lmRRINV7HpuTCiYVJ0a-r3iwxk_KF2857SlXA,48558928
|
2
|
+
pyeggp/__init__.py,sha256=ag29g10K_goyZDXVPc-QeT5M332KN1mddYZ-FaEGlgQ,5775
|
9
3
|
pyeggp/_binding.pyi,sha256=TsI8Gar1wpDs3c8V26i3w_u1JjznlE5dReV59bbVUh0,460
|
10
4
|
pyeggp/binding.i,sha256=AdPEymjqByW6OhpJS08o2oTc7Go3-274JqRhbXoyDjg,1908
|
11
5
|
pyeggp/_binding.py,sha256=09jtEOIompJDcOCr15qBoxdG6d1lumzonxlTYXsW3b4,580
|
@@ -13,3 +7,9 @@ pyeggp/typing.py,sha256=qr1vWstl5HiaUT5HGsQFHO4pRq4EhqEc4zG2mn9QHgc,517
|
|
13
7
|
pyeggp/binding.py,sha256=8PjUmL-TO2k9M1uUdT8hriWKUdTUfqMgXnpcwWklayk,2625
|
14
8
|
pyeggp/__main__.py,sha256=dAMEebAw-mVcR5PUffuRsUDPFm6Vf4qvaam9TPSUs0I,155
|
15
9
|
pyeggp/.dylibs/libnlopt.1.0.0.dylib,sha256=Tq5lixYXekOwOCwz3yxVXUsAQkMn8whIbV4f1qK2rFA,447840
|
10
|
+
pyeggp-1.0.2.dist-info/RECORD,,
|
11
|
+
pyeggp-1.0.2.dist-info/WHEEL,sha256=J4VhZ5g3nHO080FMYZD78RBm2DcyjVbRU1vcdarCiX4,109
|
12
|
+
pyeggp-1.0.2.dist-info/entry_points.txt,sha256=NJouaQ2UoCLBu7Toqer0FBvNSDYMawR_Wx9STMdopyY,48
|
13
|
+
pyeggp-1.0.2.dist-info/top_level.txt,sha256=iLrWfWZHh4NruYDgVyn2ntEB-uJ8fIs95nzNVLIhKE4,7
|
14
|
+
pyeggp-1.0.2.dist-info/METADATA,sha256=ezRmsnPEc0Uc8Coi_5xX08en30lyJdV0PKk8gT2njvc,42220
|
15
|
+
pyeggp-1.0.2.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|