pyerualjetwork 2.4.5__py3-none-any.whl → 2.4.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_bi/plan_bi.py CHANGED
@@ -97,13 +97,13 @@ def fit(
97
97
  col = x_train[1].shape[1]
98
98
  except:
99
99
 
100
- print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs to should be reshape for training_show.', infoPLAN + Style.RESET_ALL)
100
+ print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs should be reshaped for training_show.', infoPLAN + Style.RESET_ALL)
101
101
 
102
102
  try:
103
103
  row, col = find_numbers(len(x_train[0]))
104
104
 
105
105
  except:
106
- print(Fore.RED + 'ERROR: You try train showing but inputs is raveled. x_train inputs to must be reshape for training_show. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
106
+ print(Fore.RED + 'ERROR: Change show_training to None. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
107
107
  return 'e'
108
108
 
109
109
  for j in range(len(class_count)):
@@ -149,14 +149,14 @@ def fit(
149
149
  col = x_train[1].shape[1]
150
150
  except:
151
151
 
152
- print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs to should be reshape for training_show.', infoPLAN + Style.RESET_ALL)
152
+ print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs should be reshaped for training_show.', infoPLAN + Style.RESET_ALL)
153
153
 
154
154
  try:
155
155
  row, col = find_numbers(len(x_train[0]))
156
156
 
157
157
  except:
158
158
 
159
- print(Fore.RED + 'ERROR: You try train showing but inputs is raveled. x_train inputs to must be reshape for training_show. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
159
+ print(Fore.RED + 'ERROR: Change show_training to None. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
160
160
  return 'e'
161
161
 
162
162
  for j in range(len(class_count)):
plan_di/plan_di.py CHANGED
@@ -98,14 +98,14 @@ def fit(
98
98
 
99
99
  except:
100
100
 
101
- print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs to should be reshape for training_show.', infoPLAN + Style.RESET_ALL)
101
+ print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs should be reshaped for training_show.', infoPLAN + Style.RESET_ALL)
102
102
 
103
103
  try:
104
104
  row, col = find_numbers(len(x_train[0]))
105
105
 
106
106
  except:
107
107
 
108
- print(Fore.RED + 'ERROR: You try train showing but inputs is raveled. x_train inputs to must be reshape for training_show. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
108
+ print(Fore.RED + 'ERROR: Change show_training to None. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
109
109
  return 'e'
110
110
 
111
111
 
@@ -153,13 +153,13 @@ def fit(
153
153
 
154
154
  except:
155
155
 
156
- print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs to should be reshape for training_show.', infoPLAN + Style.RESET_ALL)
156
+ print(Fore.MAGENTA + 'WARNING: You try train showing but inputs is raveled. x_train inputs should be reshaped for training_show.', infoPLAN + Style.RESET_ALL)
157
157
 
158
158
  try:
159
159
  row, col = find_numbers(len(x_train[0]))
160
160
 
161
161
  except:
162
- print(Fore.RED + 'ERROR: You try train showing but inputs is raveled. x_train inputs to must be reshape for training_show. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
162
+ print(Fore.RED + 'ERROR: Change show_training to None. Input length cannot be reshaped', infoPLAN + Style.RESET_ALL)
163
163
  return 'e'
164
164
 
165
165
  for j in range(len(class_count)):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyerualjetwork
3
- Version: 2.4.5
3
+ Version: 2.4.6
4
4
  Summary: show_training parameter added for fit function[True, 'final' or any]. Code improvements
5
5
  Author: Hasan Can Beydili
6
6
  Author-email: tchasancan@gmail.com
@@ -0,0 +1,8 @@
1
+ plan_bi/__init__.py,sha256=kHnuGDOKyMHQqeX49ToUUsdZckh9RPuyADhYw0SrmIo,514
2
+ plan_bi/plan_bi.py,sha256=JWyUR5v_OoziIr4BMDTMFSjtn_3KF7byndf_nXYa5Uw,53484
3
+ plan_di/__init__.py,sha256=DJzUsYj-tgbeewoGz-K9nfGsKqrRFUxIr_z-NgqySBk,505
4
+ plan_di/plan_di.py,sha256=zte7XzikVL7A8Ni7ZO4Pc26qaUoKUl-m0iWC5n34cwQ,51022
5
+ pyerualjetwork-2.4.6.dist-info/METADATA,sha256=p5z4HEUqURz8j-ToHla42sYTbT7m96Sv2vPpvOnDZPs,309
6
+ pyerualjetwork-2.4.6.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
+ pyerualjetwork-2.4.6.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
+ pyerualjetwork-2.4.6.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- plan_bi/__init__.py,sha256=kHnuGDOKyMHQqeX49ToUUsdZckh9RPuyADhYw0SrmIo,514
2
- plan_bi/plan_bi.py,sha256=OyoD1JmD68Ad-t4VMHjAtiCqMrgiIg9vHpk49yyuG0w,53624
3
- plan_di/__init__.py,sha256=DJzUsYj-tgbeewoGz-K9nfGsKqrRFUxIr_z-NgqySBk,505
4
- plan_di/plan_di.py,sha256=MGEDr4fVeGKyzcpricjXY_OYRiJ8duKEYlFKSwUS77I,51166
5
- pyerualjetwork-2.4.5.dist-info/METADATA,sha256=2ADPscK7U5r4xlhJW3GTNJkecbE1kh2imZdDivVlD0s,309
6
- pyerualjetwork-2.4.5.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92
7
- pyerualjetwork-2.4.5.dist-info/top_level.txt,sha256=aaXSOcnD62fbXG1x7tw4nV50Qxx9g9zDNLK7OD4BdPE,16
8
- pyerualjetwork-2.4.5.dist-info/RECORD,,