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

Regression errors failing with mixed data type combinations #4770

Merged
merged 5 commits into from
Jun 29, 2022

Conversation

shaswat-indian
Copy link
Contributor

Resolves #4442

This PR fixes the issue with using mixed data types in regression errors like mean_squared_error, mean_absolute_error and mean_squared_log_error.

@shaswat-indian shaswat-indian requested a review from a team as a code owner June 6, 2022 18:33
@github-actions github-actions bot added the Cython / Python Cython or Python issue label Jun 6, 2022
@beckernick beckernick changed the title [BUG] Regression errors failing with mixed data type combinations Regression errors failing with mixed data type combinations Jun 8, 2022
@beckernick beckernick added bug Something isn't working non-breaking Non-breaking change labels Jun 8, 2022
@beckernick beckernick added the 3 - Ready for Review Ready for review by team label Jun 21, 2022
@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.08@ac1965a). Click here to learn what that means.
The diff coverage is n/a.

@@               Coverage Diff               @@
##             branch-22.08    #4770   +/-   ##
===============================================
  Coverage                ?   77.62%           
===============================================
  Files                   ?      180           
  Lines                   ?    11382           
  Branches                ?        0           
===============================================
  Hits                    ?     8835           
  Misses                  ?     2547           
  Partials                ?        0           
Flag Coverage Δ
dask 45.51% <0.00%> (?)
non-dask 67.25% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ac1965a...399a5bd. Read the comment docs.

@wphicks
Copy link
Contributor

wphicks commented Jun 29, 2022

@gpucibot merge

@rapids-bot rapids-bot bot merged commit d78a805 into rapidsai:branch-22.08 Jun 29, 2022
jakirkham pushed a commit to jakirkham/cuml that referenced this pull request Feb 27, 2023
…#4770)

Resolves rapidsai#4442

This PR fixes the issue with using mixed data types in regression errors like `mean_squared_error`, `mean_absolute_error` and `mean_squared_log_error`.

Authors:
  - Shaswat Anand (https://github.com/shaswat-indian)

Approvers:
  - William Hicks (https://github.com/wphicks)

URL: rapidsai#4770
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working Cython / Python Cython or Python issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] mean_squared_error fails with mixed dtype combinations unlike scikit-learn
4 participants