pyerualjetwork 2.8.3__py3-none-any.whl → 2.8.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/plan.py CHANGED
@@ -1607,8 +1607,7 @@ def plot_decision_boundry(x, y, y_preds=None, s=100, color='tab20'):
1607
1607
  X_pca = x
1608
1608
 
1609
1609
  if y_preds == None:
1610
- y_preds = y
1611
-
1610
+ y_preds = decode_one_hot(y)
1612
1611
 
1613
1612
  y = decode_one_hot(y)
1614
1613
  num_classes = len(np.unique(y))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.8.3
3
+ Version: 2.8.4
4
4
  Summary: plot_decision_boundry function added
5
5
  Home-page: UNKNOWN
6
6
  Author: Hasan Can Beydili
@@ -0,0 +1,6 @@
1
+ plan/__init__.py,sha256=SLgk4uuvhVr3CjscpcqN2TQMGyAd4Pe8YBiXfl3brd8,525
2
+ plan/plan.py,sha256=YzmhHtaEyH51NcnfZLsAtUDBClag_TFCjy67554ouQM,56261
3
+ pyerualjetwork-2.8.4.dist-info/METADATA,sha256=K9L9_hqmgaEIWjPRmTmihY6Kllp1L5mOwiGtT9fU9o0,331
4
+ pyerualjetwork-2.8.4.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ pyerualjetwork-2.8.4.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
+ pyerualjetwork-2.8.4.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- plan/__init__.py,sha256=SLgk4uuvhVr3CjscpcqN2TQMGyAd4Pe8YBiXfl3brd8,525
2
- plan/plan.py,sha256=dh4sqKyS_KKw-bfsZb1EqfP5YeSvwbCNb0SC6Iz9ZTo,56255
3
- pyerualjetwork-2.8.3.dist-info/METADATA,sha256=Yqg_Kxv3Y1cdJNWnbUz8OUSJGZqNIBzoQZvdysA5fYg,331
4
- pyerualjetwork-2.8.3.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
- pyerualjetwork-2.8.3.dist-info/top_level.txt,sha256=G0Al3HuNJ88434XneyDtRKAIUaLCizOFYFYNhd7e2OM,5
6
- pyerualjetwork-2.8.3.dist-info/RECORD,,