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-298][Core] Optimize LabelPoints single-threaded to multi-threaded…
… and the rename coalesce functions (oap-project#302) * Used multi threads copy data to continuous array to optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> optimize labeledpoint data conversion Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update logs Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> 1. remove debug log 2. format code style Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> [ML-282] Refactor CPU & GPU examples (oap-project#306) * First move * Move device discover for scala * Delete old gpu discover * Add run-all-gpu * Add clean up * Add tmp utils file * Add exe * Rename run script * Scala gpu donw * Scala cpu done * For ci * pyspark ci * Rename scala * Rename scala file in scripts * Pyspark unit done * Update pyspark utils * Update ci * Remove tmp utils * Reaname utils * Change absolute path, rm als gpu.sh * Scala absolute path * Change sanity check * Rename ci * Split random_forest * Fix name change in ci * Fix path typo * Fix typo update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update run-gpu.sh update Signed-off-by: minmingzhu <minming.zhu@intel.com> update Signed-off-by: minmingzhu <minming.zhu@intel.com> update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> Update OneDAL.scala * 1. rename function name 2. remove unused functions Signed-off-by: minmingzhu <minming.zhu@intel.com> * update OneDAL.scala Signed-off-by: minmingzhu <minming.zhu@intel.com> --------- Signed-off-by: minmingzhu <minming.zhu@intel.com>
- Loading branch information
1 parent
36ac8ca
commit c136298
Showing
10 changed files
with
87 additions
and
213 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
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.