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

Support one-vs-rest logistic regression #36

Merged
merged 1 commit into from Sep 7, 2021

Conversation

iamDecode
Copy link
Owner

@iamDecode iamDecode commented Sep 7, 2021

The discussion in #35 showed that the one-vs-rest approach to multi-class classification for logistic regression was not importing as expected. This method of multi-class is encoded as a modelChain Segmentation, rather than a single RegressionModel.

This PR adds explicit one-vs-rest support for logistic regression.

@iamDecode iamDecode merged commit 40eddff into master Sep 7, 2021
@iamDecode iamDecode deleted the decode/ovr-logistic-regression branch September 7, 2021 14:13
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.

None yet

1 participant