Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -189,7 +189,7 @@ if __name__ == "__main__": | ... | @@ -189,7 +189,7 @@ 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 = 2 | 192 | + jobs = -1 |
193 | paramGrid = [] | 193 | paramGrid = [] |
194 | nIter = 5 | 194 | nIter = 5 |
195 | crossV = 5 | 195 | crossV = 5 | ... | ... |
-
Please register or login to post a comment