pyerualjetwork 2.7.5__py3-none-any.whl → 2.7.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/plan.py +2 -2
- {pyerualjetwork-2.7.5.dist-info → pyerualjetwork-2.7.6.dist-info}/METADATA +2 -2
- pyerualjetwork-2.7.6.dist-info/RECORD +6 -0
- pyerualjetwork-2.7.5.dist-info/RECORD +0 -6
- {pyerualjetwork-2.7.5.dist-info → pyerualjetwork-2.7.6.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.7.5.dist-info → pyerualjetwork-2.7.6.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -1095,7 +1095,7 @@ def synthetic_augmentation(x_train, y_train):
|
|
1095
1095
|
return np.array(x_balanced), np.array(y_balanced)
|
1096
1096
|
|
1097
1097
|
|
1098
|
-
def standard_scaler(x_train, x_test, scaler_params=None):
|
1098
|
+
def standard_scaler(x_train, x_test=None, scaler_params=None):
|
1099
1099
|
info_standard_scaler = """
|
1100
1100
|
Standardizes training and test datasets. x_test may be None.
|
1101
1101
|
|
@@ -1103,7 +1103,7 @@ def standard_scaler(x_train, x_test, scaler_params=None):
|
|
1103
1103
|
train_data: numpy.ndarray
|
1104
1104
|
Training data
|
1105
1105
|
test_data: numpy.ndarray
|
1106
|
-
Test data
|
1106
|
+
Test data (optional)
|
1107
1107
|
|
1108
1108
|
Returns:
|
1109
1109
|
list:
|
@@ -1,7 +1,7 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.7.
|
4
|
-
Summary:
|
3
|
+
Version: 2.7.6
|
4
|
+
Summary: Changes in standard_scaler function paramter: x_test default value=None. Now x_test parameter is optional
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
7
7
|
Keywords: model evaluation,classifcation,potentiation learning artficial neural networks
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
+
plan/plan.py,sha256=W313lck6zriETEMWyeC431ixdZQunOgque9iVPtjLks,52869
|
3
|
+
pyerualjetwork-2.7.6.dist-info/METADATA,sha256=6BjTKUIx_jU1kacIXqY9nuDAHRWeAwzZbAO5M152tis,332
|
4
|
+
pyerualjetwork-2.7.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.7.6.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.7.6.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
-
plan/plan.py,sha256=pQa7rMW25hnqvxxyvGeLuGNgMThAV3CJjJGNOEducts,52853
|
3
|
-
pyerualjetwork-2.7.5.dist-info/METADATA,sha256=kMRs1b07S3jrVD6nJ4O86fnQDonmVNBv0AeU2_MPaE8,254
|
4
|
-
pyerualjetwork-2.7.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.7.5.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.7.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|