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

Fixes multiclass logistic regression #4963

Merged
merged 3 commits into from
Mar 24, 2020
Merged

Conversation

Lynx1820
Copy link
Contributor

@Lynx1820 Lynx1820 commented Mar 23, 2020

Fixes dimension bug for MulticlassLogisticRegression and SdcaMaximumEntropy in Nimbus (microsoft/NimbusML#473)
Unsqueeze was adding dimension 0 to the label tensor - to get shape (1,#samples), instead of the expected shape (#samples, 1).

@Lynx1820 Lynx1820 requested a review from a team as a code owner March 23, 2020 23:25
@Lynx1820 Lynx1820 changed the title fix for logistic regression Fixes multiclass logistic regression Mar 23, 2020
@Lynx1820 Lynx1820 merged commit b00b703 into dotnet:master Mar 24, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants