-
Notifications
You must be signed in to change notification settings - Fork 533
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
Regression errors failing with mixed data type combinations #4770
Conversation
Codecov Report
@@ Coverage Diff @@
## branch-22.08 #4770 +/- ##
===============================================
Coverage ? 77.62%
===============================================
Files ? 180
Lines ? 11382
Branches ? 0
===============================================
Hits ? 8835
Misses ? 2547
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@gpucibot merge |
…#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
Resolves #4442
This PR fixes the issue with using mixed data types in regression errors like
mean_squared_error
,mean_absolute_error
andmean_squared_log_error
.