pyerualjetwork 2.0.9__tar.gz → 2.1.1__tar.gz
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.
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/PKG-INFO +1 -1
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/plan_bi/plan_bi.py +1 -0
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/plan_di/plan_di.py +2 -1
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/PKG-INFO +1 -1
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/setup.py +1 -1
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/plan_bi/__init__.py +0 -0
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/plan_di/__init__.py +0 -0
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/SOURCES.txt +0 -0
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/dependency_links.txt +0 -0
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/pyerualjetwork.egg-info/top_level.txt +0 -0
- {pyerualjetwork-2.0.9 → pyerualjetwork-2.1.1}/setup.cfg +0 -0
@@ -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)
|
@@ -544,7 +545,7 @@ def evaluate(
|
|
544
545
|
|
545
546
|
except:
|
546
547
|
|
547
|
-
print(Fore.RED + "ERROR:
|
548
|
+
print(Fore.RED + "ERROR: Are you sure weights are loaded ? from: evaluate" + infoTestModel + Style.RESET_ALL)
|
548
549
|
return 'e'
|
549
550
|
|
550
551
|
|
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
5
5
|
setup(
|
6
6
|
|
7
7
|
name = "pyerualjetwork",
|
8
|
-
version = "2.
|
8
|
+
version = "2.1.1",
|
9
9
|
author = "Hasan Can Beydili",
|
10
10
|
author_email = "tchasancan@gmail.com",
|
11
11
|
description= " Code improvements (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)",
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|