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] Tree: Reintroduce preprocessors. #2566

Merged
merged 2 commits into from
Sep 14, 2017
Merged

[FIX] Tree: Reintroduce preprocessors. #2566

merged 2 commits into from
Sep 14, 2017

Conversation

thocevar
Copy link
Contributor

@thocevar thocevar commented Sep 8, 2017

Issue

Fixes #2565

Description of changes

Problem: Changing and filtering kwargs in Orange.modelling.base.Fitter drops preprocessors if they are not explicitly listed in the learner's constructor parameters.

Fix: Explicitly add preprocessors to the list of parameters in the TreeLearner's constructor.

Includes
  • Code changes
  • Tests
  • Documentation

@thocevar thocevar changed the title Tree: Tree: Reintroduce preprocessors. Sep 8, 2017
@thocevar thocevar changed the title Tree: Reintroduce preprocessors. [FIX] Tree: Reintroduce preprocessors. Sep 8, 2017
@codecov-io
Copy link

codecov-io commented Sep 13, 2017

Codecov Report

Merging #2566 into master will decrease coverage by 0.34%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2566      +/-   ##
==========================================
- Coverage   75.43%   75.09%   -0.35%     
==========================================
  Files         327      327              
  Lines       57626    57691      +65     
==========================================
- Hits        43470    43321     -149     
- Misses      14156    14370     +214

@janezd janezd merged commit e131cbe into biolab:master Sep 14, 2017
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.

4 participants