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

[BUG] in ResidualDouble, fix out-of-sample residual prediction if residual estimator is default #70

Merged
merged 1 commit into from
Sep 10, 2023

Conversation

fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Sep 10, 2023

This fixes an unreported bug in ResidualDouble where fit would break if the default residual estimator is used.

This was due to the non-underscore parameter being referenced instead of the underscored one.

@fkiraly fkiraly added bug module:regression probabilistic regression module labels Sep 10, 2023
@codecov-commenter
Copy link

codecov-commenter commented Sep 10, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (83ca5a8) 71.35% compared to head (61f8629) 71.36%.
Report is 1 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #70   +/-   ##
=======================================
  Coverage   71.35%   71.36%           
=======================================
  Files          92       92           
  Lines        4940     4941    +1     
  Branches      897      897           
=======================================
+ Hits         3525     3526    +1     
  Misses       1179     1179           
  Partials      236      236           
Files Changed Coverage Δ
skpro/regression/residual.py 97.29% <100.00%> (+0.02%) ⬆️

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fkiraly fkiraly merged commit 721549c into main Sep 10, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug module:regression probabilistic regression module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants