pyerualjetwork 2.3.4__py3-none-any.whl → 2.3.6__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 +1 -1
- plan_di/plan_di.py +1 -8
- {pyerualjetwork-2.3.4.dist-info → pyerualjetwork-2.3.6.dist-info}/METADATA +1 -1
- pyerualjetwork-2.3.6.dist-info/RECORD +8 -0
- pyerualjetwork-2.3.4.dist-info/RECORD +0 -8
- {pyerualjetwork-2.3.4.dist-info → pyerualjetwork-2.3.6.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.3.4.dist-info → pyerualjetwork-2.3.6.dist-info}/top_level.txt +0 -0
plan_bi/plan_bi.py
CHANGED
plan_di/plan_di.py
CHANGED
@@ -123,13 +123,6 @@ def fit(
|
|
123
123
|
layers.append('cat')
|
124
124
|
trained_W.append(np.eye(len(class_count)))
|
125
125
|
|
126
|
-
for i in range(len(class_count)):
|
127
|
-
|
128
|
-
for j in range(len(layers)):
|
129
|
-
|
130
|
-
if layers[j] == 'fex':
|
131
|
-
|
132
|
-
trained_W[j][i,:] = normalization(trained_W[j][i,:])
|
133
126
|
|
134
127
|
return trained_W
|
135
128
|
|
@@ -150,7 +143,7 @@ def weight_post_process(
|
|
150
143
|
list([numpy_arrays],[...]): posttrained weight matices of the model. .
|
151
144
|
"""
|
152
145
|
|
153
|
-
for i in range(
|
146
|
+
for i in range(class_count):
|
154
147
|
|
155
148
|
W[0][i,:] = normalization(W[0][i,:])
|
156
149
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.3.
|
3
|
+
Version: 2.3.6
|
4
4
|
Summary: Weights post process function added: [weight_post_process](optional after training before testing.), new function: manuel_balancer. And scaler_params added for scaled models.
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -0,0 +1,8 @@
|
|
1
|
+
plan_bi/__init__.py,sha256=qY5Yz9iTpCDCzDANQEGCwvGXZkhdd6ang_2flxhkfvo,513
|
2
|
+
plan_bi/plan_bi.py,sha256=4Qf8VJaVc3bytN1pslVMlXOBW8UbhMmgVy-dR47q70M,50573
|
3
|
+
plan_di/__init__.py,sha256=1vlfNLGMYLk2TZEXX8tXZFAAq6Tuj7AtA-dm9qJL5og,504
|
4
|
+
plan_di/plan_di.py,sha256=8i-DwowcAb7plrfw6xpyM2nngVrUTw25dSlDZZ0V364,47965
|
5
|
+
pyerualjetwork-2.3.6.dist-info/METADATA,sha256=DSmnTpsDfKtJ5WnV_gESXOBuD7BtAv9lXzbkvwPJhKI,396
|
6
|
+
pyerualjetwork-2.3.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
7
|
+
pyerualjetwork-2.3.6.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
|
8
|
+
pyerualjetwork-2.3.6.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
plan_bi/__init__.py,sha256=qY5Yz9iTpCDCzDANQEGCwvGXZkhdd6ang_2flxhkfvo,513
|
2
|
-
plan_bi/plan_bi.py,sha256=THIWLSa3mYN0U5sbFnUZL6e7ui21irPDYAwxMfRm-Lk,50578
|
3
|
-
plan_di/__init__.py,sha256=1vlfNLGMYLk2TZEXX8tXZFAAq6Tuj7AtA-dm9qJL5og,504
|
4
|
-
plan_di/plan_di.py,sha256=aroAMxYc-gt9g2V1S-2mkomNtmM84Nwa0TjUTDwWJ24,48183
|
5
|
-
pyerualjetwork-2.3.4.dist-info/METADATA,sha256=n6FWEgXUUt4LAx5-j3WoFfNA8zlJWHPsmAQ0BVqJb2E,396
|
6
|
-
pyerualjetwork-2.3.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
7
|
-
pyerualjetwork-2.3.4.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
|
8
|
-
pyerualjetwork-2.3.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|