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

[ENH] Introduce stacking #3291

Merged
merged 3 commits into from
Dec 4, 2018
Merged

Conversation

ajdapretnar
Copy link
Contributor

Description of changes

Moves Stacking widget from Prototypes to core Orange.

Includes
  • Code changes
  • Tests
  • Documentation

from Orange.modelling import KNNLearner, TreeLearner
from Orange.evaluation import CA, CrossValidation, MSE

from orangecontrib.prototypes.stack import StackedFitter
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This still tries to import from prototypes.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought I changed this. 😮 Fixed.

@codecov-io
Copy link

codecov-io commented Oct 8, 2018

Codecov Report

Merging #3291 into master will increase coverage by 0.02%.
The diff coverage is 97.01%.

@@            Coverage Diff             @@
##           master    #3291      +/-   ##
==========================================
+ Coverage   83.22%   83.25%   +0.02%     
==========================================
  Files         362      365       +3     
  Lines       64106    64240     +134     
==========================================
+ Hits        53352    53482     +130     
- Misses      10754    10758       +4

@ajdapretnar ajdapretnar changed the title Introduce stacking [WIP][ENH] Introduce stacking Oct 8, 2018
@ajdapretnar
Copy link
Contributor Author

@lanzagar Will you have a look at this by the end of the week so we can decide what to do? Thanks!

@lanzagar lanzagar added this to the 3.18 milestone Oct 26, 2018
@lanzagar lanzagar modified the milestones: 3.18, 3.19 Nov 13, 2018
@ajdapretnar ajdapretnar changed the title [WIP][ENH] Introduce stacking [ENH] Introduce stacking Nov 30, 2018
@lanzagar lanzagar self-assigned this Nov 30, 2018
@lanzagar lanzagar merged commit cf220bc into biolab:master Dec 4, 2018
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.

3 participants