-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[ENH] Introduce stacking #3291
Conversation
Orange/widgets/tests/test_stack.py
Outdated
from Orange.modelling import KNNLearner, TreeLearner | ||
from Orange.evaluation import CA, CrossValidation, MSE | ||
|
||
from orangecontrib.prototypes.stack import StackedFitter |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
879c055
to
e644f48
Compare
Codecov Report
@@ 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 |
@lanzagar Will you have a look at this by the end of the week so we can decide what to do? Thanks! |
e644f48
to
d2c30b8
Compare
d2c30b8
to
2c3c4f2
Compare
2c3c4f2
to
8c48764
Compare
8c48764
to
f390888
Compare
Description of changes
Moves Stacking widget from Prototypes to core Orange.
Includes