pyerualjetwork 2.3.4__py3-none-any.whl → 2.3.5__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_di/plan_di.py +0 -7
- {pyerualjetwork-2.3.4.dist-info → pyerualjetwork-2.3.5.dist-info}/METADATA +1 -1
- pyerualjetwork-2.3.5.dist-info/RECORD +8 -0
- pyerualjetwork-2.3.4.dist-info/RECORD +0 -8
- {pyerualjetwork-2.3.4.dist-info → pyerualjetwork-2.3.5.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.3.4.dist-info → pyerualjetwork-2.3.5.dist-info}/top_level.txt +0 -0
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
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.3.
|
3
|
+
Version: 2.3.5
|
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=THIWLSa3mYN0U5sbFnUZL6e7ui21irPDYAwxMfRm-Lk,50578
|
3
|
+
plan_di/__init__.py,sha256=1vlfNLGMYLk2TZEXX8tXZFAAq6Tuj7AtA-dm9qJL5og,504
|
4
|
+
plan_di/plan_di.py,sha256=dTJaS5bXkZEAQiFD1H5okXOGQMdtfRalWB7i9xcNMGM,47970
|
5
|
+
pyerualjetwork-2.3.5.dist-info/METADATA,sha256=glaF-fwCSg6rldC6qEIDAQvUCRItML4mmVTQ-K3kePc,396
|
6
|
+
pyerualjetwork-2.3.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
7
|
+
pyerualjetwork-2.3.5.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
|
8
|
+
pyerualjetwork-2.3.5.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
|