-
Notifications
You must be signed in to change notification settings - Fork 213
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
Ridge Regression support in oneapi #2743
Conversation
…tch gpu implementation
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general LGTM with minor comments. Good work! Wait the CI checks and also, please compare the performance between online kernel vs batch.
cpp/oneapi/dal/algo/linear_regression/backend/gpu/train_kernel_norm_eq_dpc.cpp
Outdated
Show resolved
Hide resolved
… point inaccuracies
/intelci: run |
/intelci: run |
/intelci: run |
/intelci: run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding Ridge Regression support into oneDAL.
The code look good to me in general, but I think some parts could look better.
Please see the comments below.
cpp/oneapi/dal/algo/linear_regression/backend/cpu/finalize_train_kernel_norm_eq.cpp
Outdated
Show resolved
Hide resolved
cpp/oneapi/dal/algo/linear_regression/backend/cpu/train_kernel_norm_eq.cpp
Outdated
Show resolved
Hide resolved
cpp/oneapi/dal/algo/linear_regression/backend/cpu/train_kernel_norm_eq.cpp
Show resolved
Hide resolved
…mode, minor optimizations and code refactoring
…oneDAL into dev/ridge_reg_alpha_param
/intelci: run |
/intelci: run |
/intelci: run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Good job, please update the copyright and doublecheck private ci
/intelci: run |
Description
Changes made: