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

[ML-284][LinearRegression][Follow-up] Add Linear Regression unit test for GPU and fix fitIntercept #287

Merged
merged 23 commits into from
May 31, 2023

Conversation

argentea
Copy link
Contributor

(closes #284)

@github-actions
Copy link

#284

@xwu99 xwu99 changed the title [ML-284] Add Linear Regression unit test for GPU [ML-284] Add Linear Regression unit test for GPU and fix fitIntercept May 31, 2023
@xwu99 xwu99 changed the title [ML-284] Add Linear Regression unit test for GPU and fix fitIntercept [LinearRegression][Follow-up] Add Linear Regression unit test for GPU and fix fitIntercept May 31, 2023
@xwu99 xwu99 changed the title [LinearRegression][Follow-up] Add Linear Regression unit test for GPU and fix fitIntercept [ML-284][LinearRegression][Follow-up] Add Linear Regression unit test for GPU and fix fitIntercept May 31, 2023
@xwu99 xwu99 merged commit cc7198f into oap-project:master May 31, 2023
@xwu99
Copy link
Collaborator

xwu99 commented May 31, 2023

Merged. thanks for your hard work!

minmingzhu pushed a commit to minmingzhu/oap-mllib that referenced this pull request Jun 1, 2023
… for GPU and fix fitIntercept (oap-project#287)

* Add gpu unit test work around

* LR unit test repair

CPU and GPU unit test are separated

* Seperate test.sh add new test for LR

* Tmp stage

* FULL test to check up

* UT need to be cleaned up

* Singular matrix is not supported

* CPU ridge regression got the wrong ans

* CPU is fixed

* Device select

* Comment singular

* Recover files

* Fix raw test

* Fix code style

* Fix format

* Update test.sh

* Fix comments format

* Format of test.sh

* Fix space format

* Fix comment

* Fix cpp log

* Fix cpp format

* Update MLlibLinearRegressionSuite.scala

---------

Co-authored-by: Xiaochang Wu <[email protected]>
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.

[LinearRegression][Follow-up] Add Linear Regression unit test for GPU and fix fitIntercept
2 participants