pyerualjetwork 2.1.3__py3-none-any.whl → 2.1.4__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
@@ -1131,7 +1131,7 @@ def encode_one_hot(y_train, y_test):
1131
1131
  return y_train_encoded, y_test_encoded
1132
1132
 
1133
1133
 
1134
- def split(X, y, test_size=0.2, random_state=None):
1134
+ def split(X, y, test_size, random_state):
1135
1135
  """
1136
1136
  Splits the given X (features) and y (labels) data into training and testing subsets.
1137
1137
 
plan_di/plan_di.py CHANGED
@@ -1105,7 +1105,7 @@ def encode_one_hot(y_train, y_test):
1105
1105
  return y_train_encoded, y_test_encoded
1106
1106
 
1107
1107
 
1108
- def split(X, y, test_size=0.2, random_state=None):
1108
+ def split(X, y, test_size, random_state):
1109
1109
  """
1110
1110
  Splits the given X (features) and y (labels) data into training and testing subsets.
1111
1111
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.1.3
3
+ Version: 2.1.4
4
4
  Summary: 8 new functions: multiple_evaluate , encode_one_hot, split, metrics, decode_one_hot, roc_curve, confusion_matrix, plot_evaluate And Code improvements (Documentation in desc. Examples in GİTHUB: https://github.com/HCB06/PyerualJetwork)
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,8 @@
1
+ plan_bi/__init__.py,sha256=82q8bWRYqzwMrFuViQzBg7P19i6EqdV7VYBVxuQ-LV0,517
2
+ plan_bi/plan_bi.py,sha256=x4f7TiAPCSVGMj9M0oqHppPaDpnqhIXmtaQoY9l35Ys,46766
3
+ plan_di/__init__.py,sha256=Eut7tVtvQaczEejYyqfQ4eqF71j69josJcY91WN_dkk,508
4
+ plan_di/plan_di.py,sha256=3eOfR-14uvqfyv26q3SB9DJI0fubp0kgXSazAmhbXo4,44144
5
+ pyerualjetwork-2.1.4.dist-info/METADATA,sha256=kLBLKu0TUhWmCml5bqtDWMceg3GIDsfR48rttmrC8Qo,457
6
+ pyerualjetwork-2.1.4.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.1.4.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.1.4.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=82q8bWRYqzwMrFuViQzBg7P19i6EqdV7VYBVxuQ-LV0,517
2
- plan_bi/plan_bi.py,sha256=GwkLWUB6cQdiNUTZICEHfUdzNPitVj-KMO9btIhi6sA,46775
3
- plan_di/__init__.py,sha256=Eut7tVtvQaczEejYyqfQ4eqF71j69josJcY91WN_dkk,508
4
- plan_di/plan_di.py,sha256=HGG5JDORXcxrljk7mHpq4nwKKzR9se2yhMS4S0T3zY8,44153
5
- pyerualjetwork-2.1.3.dist-info/METADATA,sha256=-8p_wTatYlyDwRUd66Y1GZG8SJimkQ8RIOv1b2LAEC4,457
6
- pyerualjetwork-2.1.3.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.1.3.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.1.3.dist-info/RECORD,,