pyerualjetwork 2.3.0__py3-none-any.whl → 2.3.1__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
@@ -941,7 +941,7 @@ def standard_scaler(x_train, x_test, scaler_params=None):
941
941
  tuple
942
942
  Standardized training and test datasets
943
943
  """
944
- try:
944
+ try:
945
945
 
946
946
  if scaler_params == None:
947
947
  mean = np.mean(x_train, axis=0)
plan_di/plan_di.py CHANGED
@@ -921,7 +921,7 @@ def standard_scaler(x_train, x_test, scaler_params=None):
921
921
  tuple
922
922
  Standardized training and test datasets
923
923
  """
924
- try:
924
+ try:
925
925
 
926
926
  if scaler_params == None:
927
927
  mean = np.mean(x_train, axis=0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.3.0
3
+ Version: 2.3.1
4
4
  Summary: Weights now noramlized, 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=m84PX8yNU6pVlQNyWOqamkQdx_-_aPFsfvtwEnC8U_w,492
2
+ plan_bi/plan_bi.py,sha256=eoEsptGRV8pqgZSCQy-GBfq3l5pFll11_DVGYfFq2Z0,50046
3
+ plan_di/__init__.py,sha256=cp43HHfPlIYVGFULVoiEwjFE8paMHCAgYLSic355gqs,483
4
+ plan_di/plan_di.py,sha256=bYwyDuFVXzhhHS-o7Rq7qkMlV5fV3I-eC1cTtN71cMA,47440
5
+ pyerualjetwork-2.3.1.dist-info/METADATA,sha256=Q1YP0vc2ZnIgySOdMQYTvmL_a-4Lwr0sZhPBd4OUzFU,319
6
+ pyerualjetwork-2.3.1.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.3.1.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.3.1.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=m84PX8yNU6pVlQNyWOqamkQdx_-_aPFsfvtwEnC8U_w,492
2
- plan_bi/plan_bi.py,sha256=UI9e8BYt8olgRK3nUcRQcGX4wXwqnO5p6gzbvj89JMA,50050
3
- plan_di/__init__.py,sha256=cp43HHfPlIYVGFULVoiEwjFE8paMHCAgYLSic355gqs,483
4
- plan_di/plan_di.py,sha256=XD96Z8ZNsi6jwUAEFPcXQbbzc3U6w1cR2K96g_TpBDc,47444
5
- pyerualjetwork-2.3.0.dist-info/METADATA,sha256=L-XSQ9ceYiBtKgnsdi0MsDSRCPewDgRZ6ueRi703sTc,319
6
- pyerualjetwork-2.3.0.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.3.0.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.3.0.dist-info/RECORD,,