pyerualjetwork 2.3.5__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 CHANGED
@@ -143,7 +143,7 @@ def weight_post_process(
143
143
  list([numpy_arrays],[...]): posttrained weight matices of the model. .
144
144
  """
145
145
 
146
- for i in range(len(class_count)):
146
+ for i in range(class_count):
147
147
 
148
148
  W[0][i,:] = normalization(W[0][i,:])
149
149
 
plan_di/plan_di.py CHANGED
@@ -143,7 +143,7 @@ def weight_post_process(
143
143
  list([numpy_arrays],[...]): posttrained weight matices of the model. .
144
144
  """
145
145
 
146
- for i in range(len(class_count)):
146
+ for i in range(class_count):
147
147
 
148
148
  W[0][i,:] = normalization(W[0][i,:])
149
149
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.3.5
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=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,,