Oct-10-2017, 02:01 PM
UserWarning: 'n_jobs' > 1 does not have any effect when 'solver' is set to 'liblinear'. Got 'n_jobs' = -1.
" = {}.".format(self.n_jobs))
" = {}.".format(self.n_jobs))
how to solve UserWarning
|
Oct-10-2017, 02:01 PM
UserWarning: 'n_jobs' > 1 does not have any effect when 'solver' is set to 'liblinear'. Got 'n_jobs' = -1.
" = {}.".format(self.n_jobs))
Oct-10-2017, 02:45 PM
Set n_jobs to 1 or more.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness. Recommended Tutorials: BBCode, functions, classes, text adventures
Oct-10-2017, 02:45 PM
you do not show enough context around error to solve.
|
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Error UserWarning: Unknown option ssl_ca_certs warnings.warn(str(exc)) | Vijayaraj | 0 | 1,296 |
Jul-11-2023, 06:01 AM Last Post: Vijayaraj |