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

Conversation

minmingzhu
Copy link
Collaborator

  1. enable correlation in OAP MLlib
  2. add Correlation example
  3. enable spark 3.1.1 and spark 3.0.0

Signed-off-by: minmingzhu minmingzhu@intel.com

What changes were proposed in this pull request?

(Please fill in changes proposed in this fix)

2. add Correlation example
3. enable spark 3.1.1 and spark 3.0.0

Signed-off-by: minmingzhu <minmingzhu@intel.com>
@github-actions
Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?
https://github.com/oap-project/oap-mllib/issues

Then could you also rename pull request title and commit log in the following format?

[ML-${ISSUES_ID}] ${detailed message}

See also:

examples/correlation/pom.xml Outdated Show resolved Hide resolved
DATA_FILE=$HDFS_ROOT/data/sample_linear_regression_data.txt

APP_JAR=target/oap-mllib-examples-$OAP_MLLIB_VERSION.jar
APP_CLASS=org.apache.spark.examples.ml.LinearRegressionExample
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
APP_CLASS=org.apache.spark.examples.ml.LinearRegressionExample
APP_CLASS=org.apache.spark.examples.ml.CorrelationExample

examples/correlation/run.sh Outdated Show resolved Hide resolved
examples/correlation/run.sh Outdated Show resolved Hide resolved
minmingzhu added 6 commits September 2, 2021 18:12
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
@xwu99 xwu99 changed the title enable Correlation algorithms in OAP MLlib [ML-133] Add Correlation algorithm Sep 10, 2021
@github-actions
Copy link

#133

Copy link
Collaborator

@xwu99 xwu99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pls use IDEA and format-cpp to format the code.

minmingzhu added 2 commits September 10, 2021 13:30
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>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
@xwu99 xwu99 changed the title [ML-133] Add Correlation algorithm [ML-133][Correlation] Add Correlation algorithm Sep 18, 2021
minmingzhu added 4 commits September 18, 2021 10:25
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
2. add GPU test

Signed-off-by: minmingzhu <minming.zhu@intel.com>
minmingzhu added 4 commits October 8, 2021 11:05
Signed-off-by: minmingzhu <minming.zhu@intel.com>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
…rt to ml.Matrix.

Signed-off-by: minmingzhu <minming.zhu@intel.com>
2. make-up code

Signed-off-by: minmingzhu <minming.zhu@intel.com>
@minmingzhu minmingzhu closed this Oct 15, 2021
@minmingzhu minmingzhu deleted the add_correleation branch October 15, 2021 06:40
@minmingzhu minmingzhu restored the add_correleation branch October 15, 2021 08:24
@minmingzhu minmingzhu deleted the add_correleation branch October 15, 2021 08:31
Signed-off-by: minmingzhu <minming.zhu@intel.com>
@minmingzhu minmingzhu restored the add_correleation branch October 19, 2021 02:37
@minmingzhu minmingzhu reopened this Oct 19, 2021
minmingzhu and others added 3 commits October 19, 2021 13:42
…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>
Signed-off-by: minmingzhu <minming.zhu@intel.com>
build correlation
@xwu99 xwu99 merged commit 9871ab2 into oap-project:master Oct 21, 2021
@xwu99
Copy link
Collaborator

xwu99 commented Oct 21, 2021

Merged, Thanks a lot for your contribution! @minmingzhu

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.

[Core] Fix ccl::gather and Add ccl::gatherv [Correlation] Add Correlation algorithm
3 participants