pliers.diagnostics.correlation_matrix

pliers.diagnostics.correlation_matrix(df)[source]

Returns a pandas DataFrame with the pair-wise correlations of the columns.

Parameters

df – pandas DataFrame with columns to run diagnostics on