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

[FIX] Fix and update Softmax regression learner #4767

Merged
merged 1 commit into from
May 28, 2020

Conversation

PrimozGodec
Copy link
Contributor

Issue

Fixes #4715

Description of changes
  • Updated softmax regression
  • Updated base model in parts where it is required for softmax regression to work correctly.
Includes
  • Code changes
  • Tests
  • Documentation

@PrimozGodec PrimozGodec changed the title Fix and update Softmax regression learner [FIX] Fix and update Softmax regression learner May 13, 2020
Orange/base.py Outdated Show resolved Hide resolved
Orange/base.py Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #4767 into master will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4767      +/-   ##
==========================================
+ Coverage   83.86%   83.97%   +0.11%     
==========================================
  Files         281      276       -5     
  Lines       56804    56054     -750     
==========================================
- Hits        47638    47071     -567     
+ Misses       9166     8983     -183     

@lanzagar lanzagar merged commit 5cd99c7 into biolab:master May 28, 2020
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.

Softmax Regression issues
2 participants