forked from oap-project/oap-mllib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ML-284][LinearRegression][Follow-up] Add Linear Regression unit test…
… 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]>
- Loading branch information
1 parent
565c6f9
commit 79119ce
Showing
9 changed files
with
396 additions
and
733 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
mllib-dal/src/main/native/javah/com_intel_oap_mllib_regression_LinearRegressionDALImpl.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 8 additions & 6 deletions
14
mllib-dal/src/main/native/javah/com_intel_oneapi_dal_table_ColumnAccessor.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.