pyeggp 1.0.1__cp311-cp311-macosx_14_0_x86_64.whl → 1.0.2__cp311-cp311-macosx_14_0_x86_64.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 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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyeggp
3
- Version: 1.0.1
3
+ Version: 1.0.2
4
4
  Summary: Python Wheels for eggp algorithm.
5
5
  Author-email: Fabricio Olivetti <folivetti@users.noreply.github.com>
6
6
  License: GNU GENERAL PUBLIC LICENSE
@@ -1,15 +1,15 @@
1
- pyeggp-1.0.1.dist-info/RECORD,,
2
- pyeggp-1.0.1.dist-info/WHEEL,sha256=KIM7H05OXAibys0Fc2WjDMJULsGSYgaX2BZGxpdefQQ,110
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/__init__.py,sha256=rzgGMRTJwRU0BDhfUCcE1G0OvFwu3o0qcjTfTRV7q54,5774
1
+ pyeggp/__init__.py,sha256=ag29g10K_goyZDXVPc-QeT5M332KN1mddYZ-FaEGlgQ,5775
8
2
  pyeggp/_binding.pyi,sha256=TsI8Gar1wpDs3c8V26i3w_u1JjznlE5dReV59bbVUh0,460
9
3
  pyeggp/binding.i,sha256=AdPEymjqByW6OhpJS08o2oTc7Go3-274JqRhbXoyDjg,1908
10
4
  pyeggp/_binding.py,sha256=b3whtYkpZzHknfuyB1urdkzx-G4Ub-h4LoiFM9bF-HM,580
11
5
  pyeggp/typing.py,sha256=qr1vWstl5HiaUT5HGsQFHO4pRq4EhqEc4zG2mn9QHgc,517
12
- pyeggp/_binding.cpython-311-darwin.so,sha256=_sLyq5r5MIdvwfxs-ULSBZOxo5HxZUy127exS02ZwHg,55147568
6
+ pyeggp/_binding.cpython-311-darwin.so,sha256=hBrAKHK26ViKjcvCN6CgOZyfunPzdoUJFimjGSYPqTg,55148320
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=KLCzh-73JgicfAN8r0WwrJmSXeKsu498GZ1uTQiUu6g,480064
10
+ pyeggp-1.0.2.dist-info/RECORD,,
11
+ pyeggp-1.0.2.dist-info/WHEEL,sha256=KIM7H05OXAibys0Fc2WjDMJULsGSYgaX2BZGxpdefQQ,110
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