Spark Correlation Matrix

This node computes the correlation matrix for the selected input columns using the MLlib Statistics package.

Options

Correlation method
Feature columns
Columns to compute the correlation for

Input Ports

Icon
Spark DataFrame/RDD to compute correlation matrix for.

Output Ports

Icon
Spark DataFrame/RDD representing the correlation matrix.
Icon
Correlation variables in a square matrix
Icon
A model containing the correlation measures. This model is appropriate to be read by the Spark Correlation Filter node.

Views

Correlation Matrix
Squared table view showing the pair-wise correlation values of all columns. The color range varies from dark red (strong negative correlation), over white (no correlation) to dark blue (strong positive correlation). If a correlation value for a pair of column is not available, the corresponding cell contains a missing value (shown as cross in the color view).

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.