pyerualjetwork 2.0.9__py3-none-any.whl → 2.1.0__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.
plan_bi/plan_bi.py CHANGED
@@ -449,6 +449,7 @@ def evaluate(
449
449
 
450
450
  try:
451
451
  Wc = [0] * len(W) # Wc = weight copy
452
+ true = 0
452
453
  TestPredictions = [None] * len(y_test)
453
454
  for i, w in enumerate(W):
454
455
  Wc[i] = np.copy(w)
plan_di/plan_di.py CHANGED
@@ -449,6 +449,7 @@ def evaluate(
449
449
 
450
450
  try:
451
451
  Wc = [0] * len(W) # Wc = Weight copy
452
+ true = 0
452
453
  TestPredictions = [None] * len(y_test)
453
454
  for i, w in enumerate(W):
454
455
  Wc[i] = np.copy(w)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.0.9
3
+ Version: 2.1.0
4
4
  Summary: Code improvements (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,8 @@
1
+ plan_bi/__init__.py,sha256=itKrgkPwaA0VKwo2etQkiXv6m4pUwV7N06tRxZOVhuU,397
2
+ plan_bi/plan_bi.py,sha256=ZbSUejhr_onrLhQXTvkY2Y2vLEaobaAqLTwkVPpwO58,33183
3
+ plan_di/__init__.py,sha256=F4PPBzkY-_HXDjzA0Xyx2cMlcHtNBs7OHb-AxStZjP4,397
4
+ plan_di/plan_di.py,sha256=06XsMuNUeDV7HDYni4-wk-B4MzRt8cW90kx-QyhR-Us,32205
5
+ pyerualjetwork-2.1.0.dist-info/METADATA,sha256=loYTjaQ1BtdWwmo2bKxG-f_6oTCS_LEQcDeyhsiwf2A,325
6
+ pyerualjetwork-2.1.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.1.0.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=itKrgkPwaA0VKwo2etQkiXv6m4pUwV7N06tRxZOVhuU,397
2
- plan_bi/plan_bi.py,sha256=fgBFHmRgk2H-ljjaPbhzomgQCFmUFgK0qd6DoULSelU,33169
3
- plan_di/__init__.py,sha256=F4PPBzkY-_HXDjzA0Xyx2cMlcHtNBs7OHb-AxStZjP4,397
4
- plan_di/plan_di.py,sha256=mqpIhRcawmDK5ZcU5-SXq9e7dRIjooKoc-y3AeeCZaY,32191
5
- pyerualjetwork-2.0.9.dist-info/METADATA,sha256=RXWeV2mL2LNTE8QLDirb0O4Gt0RJ9WSShDgeXVXjNmk,325
6
- pyerualjetwork-2.0.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.0.9.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.0.9.dist-info/RECORD,,