Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

logistic: Removing unused n_jobs arg from LogisticClassifier #1742

Merged
merged 1 commit into from
May 13, 2024

Conversation

strayMat
Copy link
Contributor

Small fix to remove useless n_jobs from LR classifier.

closes #1740

@jteijema
Copy link
Member

n_jobsint, default=None

 Number of CPU cores used when parallelizing over classes if multi_class=’ovr’”. 
This parameter is ignored when the solver is set to ‘liblinear’ regardless of whether
 ‘multi_class’ is specified or not.

Good catch by @strayMat

@J535D165 J535D165 merged commit 99bccf2 into asreview:main May 13, 2024
11 checks passed
@J535D165
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

n_jobs for logisticRegression is not usable
3 participants