-
Notifications
You must be signed in to change notification settings - Fork 12
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-151] enable Summarizer with OAP #144
Conversation
minmingzhu
commented
Nov 15, 2021
- enable Summarizer CPU and GPU with one API
- add Summarizer example
2. add Summarizer example Signed-off-by: minmingzhu <[email protected]>
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? Then could you also rename pull request title and commit log in the following format?
See also: |
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.
Pls rebase to master as there has been some large refactor.
mllib-dal/src/spark-3.1.1/main/scala/org/apache/spark/mllib/stat/Statistics.scala
Outdated
Show resolved
Hide resolved
mllib-dal/src/main/scala/com/intel/oap/mllib/stat/SummarizerDALImpl.scala
Outdated
Show resolved
Hide resolved
mllib-dal/src/main/scala/org/apache/spark/mllib/stat/spark320/Statistics.scala
Outdated
Show resolved
Hide resolved
* add prepare-shims-codebase * Add NaiveBayes skeleton, to be revised. * Add NaiveBayes for multi-version * move namespaces * update namespaces * Add PCA shims * NaiveBayes, KMeans, PCA ready * Add ALS shims * Add Shim trait * Fix default paramMap * Add LinearRegression 3.1.1 & 3.1.2 * update prepare-shims-codebase * Update pom to 3.2.0, Add LinearRegression 3.2.0 * Update CI * Update CI * update permission * nit * nit * update ci * update CI * nit * update ci * nit * nit * nit * fix building native change phase process-resources to generate-resources * update CI * update README * nit * Fix spark-submit -v bug for 3.2.0 by removing -v * update apt-get -y -q * update README
Conflicts: mllib-dal/src/main/native/build-jni.sh
2. refactor Low-Order Moments 3. fix comments Signed-off-by: minmingzhu <[email protected]>
2. refactor Low-Order Moments Signed-off-by: minmingzhu <[email protected]>
Conflicts: mllib-dal/src/main/native/build-jni.sh
2. add unit test 3. modify README Signed-off-by: minmingzhu <[email protected]>
Signed-off-by: minmingzhu <[email protected]>
mllib-dal/src/main/scala/org/apache/spark/mllib/stat/spark320/Statistics.scala
Outdated
Show resolved
Hide resolved
2. add numericTable1xNToVector function and instead of numericTableToOldMatrix in SummarizerDALImpl.scala Signed-off-by: minmingzhu <[email protected]>
Signed-off-by: minmingzhu <[email protected]>
Signed-off-by: minmingzhu <[email protected]>
|
Signed-off-by: minmingzhu <[email protected]>
Signed-off-by: minmingzhu <[email protected]>
@minmingzhu thanks for your work. Merged! |