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-133][Correlation] Add Correlation algorithm #127

Merged
merged 21 commits into from
Oct 21, 2021
Merged

[ML-133][Correlation] Add Correlation algorithm #127

merged 21 commits into from
Oct 21, 2021

Commits on Aug 30, 2021

  1. 1. enable correlation on OAP MLlib

    2. add Correlation example
    3. enable spark 3.1.1 and spark 3.0.0
    
    Signed-off-by: minmingzhu <minmingzhu@intel.com>
    minmingzhu committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    d52fd51 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. 1. resolve comments

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    757561a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. 1. fix oap matrix result error.

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    c933bdd View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. 1. add jni file

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    cebea3f View commit details
    Browse the repository at this point in the history
  2. 1. add test code

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    d5c1e24 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. 1. vanilla rdd add cache

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    7ff6dd4 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. remove rdd cache

    minmingzhu authored and minmingzhu committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    01e1e8c View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. 1. change algorithmFPType float to double

    2. modify test
    3. enable spark 3.0.1 and spark 3.0.2
    4. remove print
    
    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    9a5f2d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. 1.remove mean vector

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4755d02 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. 1. enable Correlation GPU

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    dafda4a View commit details
    Browse the repository at this point in the history
  2. merge

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    ed51ad8 View commit details
    Browse the repository at this point in the history
  3. 1. add GPU test script.

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    cf4bd58 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. 1. update correlation

    2. add GPU test
    
    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    04fbe03 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. 1. resolve comments

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    268e9df View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. 1. used ccl::gatherv in OneCCL.h instead of ccl::allgatherv

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    ad7ac6b View commit details
    Browse the repository at this point in the history
  2. 1.used ml.Matrix for Correlation, reduce a step to mllib.Matrix conve…

    …rt to ml.Matrix.
    
    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    bf6c00c View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. 1. reformat code style

    2. make-up code
    
    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    e1d8b31 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. check whether data was cached, if no cached, set data to be cached

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    89846f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. update Correlation that check whether data was cached, if no cached, …

    …set data to be cached on spark 3.0.1, 3.0.2 and 3.1.1
    
    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c7972e0 View commit details
    Browse the repository at this point in the history
  2. 1. add Correlation to CI

    Signed-off-by: minmingzhu <minming.zhu@intel.com>
    minmingzhu authored and minmingzhu committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ee8a105 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Update build-all.sh

    build correlation
    minmingzhu authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    9ed9807 View commit details
    Browse the repository at this point in the history