pyerualjetwork 2.5.8__py3-none-any.whl → 2.5.9__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 +1 -1
- {pyerualjetwork-2.5.8.dist-info → pyerualjetwork-2.5.9.dist-info}/METADATA +1 -1
- pyerualjetwork-2.5.9.dist-info/RECORD +6 -0
- pyerualjetwork-2.5.8.dist-info/RECORD +0 -6
- {pyerualjetwork-2.5.8.dist-info → pyerualjetwork-2.5.9.dist-info}/WHEEL +0 -0
- {pyerualjetwork-2.5.8.dist-info → pyerualjetwork-2.5.9.dist-info}/top_level.txt +0 -0
plan/plan.py
CHANGED
@@ -43,8 +43,8 @@ def fit(
|
|
43
43
|
y_train: List[Union[int, float]], # At least two.. and one hot encoded
|
44
44
|
show_training,
|
45
45
|
show_count= None,
|
46
|
-
val_count= None,
|
47
46
|
val= None,
|
47
|
+
val_count= None,
|
48
48
|
x_val= None,
|
49
49
|
y_val= None,
|
50
50
|
activation_potential=None # (float): Input activation potential (optional)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pyerualjetwork
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.9
|
4
4
|
Summary: New optional parameters added for fit function, x_val, y_val show_count, val_count, val. For more information please read user document
|
5
5
|
Author: Hasan Can Beydili
|
6
6
|
Author-email: tchasancan@gmail.com
|
@@ -0,0 +1,6 @@
|
|
1
|
+
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
+
plan/plan.py,sha256=IM0dEsGiooGbRUhrCR3JBlZQ7oF10tnMfUEQqUxtAyU,56167
|
3
|
+
pyerualjetwork-2.5.9.dist-info/METADATA,sha256=u8ePHpaRB3I5QO7bjK7iKR4ffVp6qtg1LN8WjLT_FcM,357
|
4
|
+
pyerualjetwork-2.5.9.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
+
pyerualjetwork-2.5.9.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
+
pyerualjetwork-2.5.9.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
plan/__init__.py,sha256=gmaz8lnQfl18MbOQwabBUPmShajK5S99jfyY-hQe8tc,502
|
2
|
-
plan/plan.py,sha256=3jSj2QXjLhinm_5BH0-pVhHP6mHyrXzLKm4m5GaV6Yw,56167
|
3
|
-
pyerualjetwork-2.5.8.dist-info/METADATA,sha256=ILdOu0T__HUunUBsrZcnxEjeyAzP_jl122hO-OVPR38,357
|
4
|
-
pyerualjetwork-2.5.8.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
|
5
|
-
pyerualjetwork-2.5.8.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
|
6
|
-
pyerualjetwork-2.5.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|