Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -189,10 +189,10 @@ if __name__ == "__main__": | ... | @@ -189,10 +189,10 @@ if __name__ == "__main__": |
189 | print(" Done!") | 189 | print(" Done!") |
190 | print(' New shape of training matrix: ', X_train.shape) | 190 | print(' New shape of training matrix: ', X_train.shape) |
191 | 191 | ||
192 | - jobs = -1 | 192 | + jobs = 2 |
193 | paramGrid = [] | 193 | paramGrid = [] |
194 | - nIter = 20 | 194 | + nIter = 5 |
195 | - crossV = 10 | 195 | + crossV = 5 |
196 | print("Defining randomized grid search...") | 196 | print("Defining randomized grid search...") |
197 | if args.classifier == 'SVM': | 197 | if args.classifier == 'SVM': |
198 | # SVM | 198 | # SVM | ... | ... |
-
Please register or login to post a comment