Artificial Intelligence Forum
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Machine Learning algorithm to find correlations between columns in a table.

0 Likes
2,154

Hi All,

I have a table with say 10 columns. I want to find the correlation between these columns.

Can someone please tell me which Machine Learning Algorithm can be used to find correlations between columns in a table.

Someone please help me out in this regard.

Thanks in Advance,

Medini H K

4 REPLIES 4
Read only

Former Member
0 Likes
1,752

Association rule learning can be used to 'identify strong rules discovered in databases using some measures of interestingness'

Since you have not specified any SAP Product, here are some links which may be useful for you:


SAP BusinessObjects Predictive Analytics 3.1: Getting Started With Association Rules (Automated Anal...

Automated Analytics - Create association rules: SAP Predictive Analytics 2.0

Read only

0 Likes
1,752

Thanks for the reply Poonam. But I'm looking for a Machine Learning Algorithm in particular (like Linear regression, Naive Bayes etc) to find the correlation. Please let me know if you know any such algorithms for correlation.

Thanks in Advance,

Medini H K

Read only

1,752

Hi Medini,

Assuming you are pulling data from HANA and want to use its native capacities, you options among association rules are Apriori, FP-Growth, K-Optimal Rule Discovery (KORD), Sequential Pattern Mining.

Reference: PAL Functions

Read only

1,752

Thank you Poonam, will try it now.

Regards,

Medini H K