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] Logistic Regression: impute #2392

Merged
merged 1 commit into from
Jun 24, 2017
Merged

[FIX] Logistic Regression: impute #2392

merged 1 commit into from
Jun 24, 2017

Conversation

jerneju
Copy link
Contributor

@jerneju jerneju commented Jun 9, 2017

Issue

screenshot_20170609_115223

Description of changes
Includes
  • Code changes
  • Tests
  • Documentation

@jerneju
Copy link
Contributor Author

jerneju commented Jun 9, 2017

@codecov-io
Copy link

codecov-io commented Jun 9, 2017

Codecov Report

Merging #2392 into master will decrease coverage by 0.07%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master    #2392      +/-   ##
==========================================
- Coverage   74.31%   74.23%   -0.08%     
==========================================
  Files         320      320              
  Lines       55798    55808      +10     
==========================================
- Hits        41466    41431      -35     
- Misses      14332    14377      +45

@lanzagar lanzagar added this to the 3.4.4 milestone Jun 16, 2017
@lanzagar lanzagar self-assigned this Jun 16, 2017
Orange/base.py Outdated
self.domain = data.domain
model = self._fit_model(data)
model.data = data
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we avoid this. We already have model.original_data below which we would like to get rid of.
Every model should not store the complete data set.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Now fixed in a different way.

@lanzagar lanzagar removed this from the 3.4.4 milestone Jun 16, 2017
@lanzagar lanzagar removed their assignment Jun 16, 2017
@jerneju jerneju changed the title [WIP] [FIX] Logistic Regression: impute [FIX] Logistic Regression: impute Jun 21, 2017
@lanzagar lanzagar merged commit 942877a into biolab:master Jun 24, 2017
@jerneju jerneju deleted the value-logisticregression branch June 26, 2017 07:22
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