Feature correlation provides computation of Pearson correlation matrix for local and hetero-federated scenario.
To switch between the two modes, set local_only
to True
or False
accordingly.
Pearson Correlation Coefficient is a measure of the linear correlation between two variables,
Let
then,
We use an MPC protocol called SPDZ for Heterogeneous Pearson Correlation Coefficient calculation. SPDZ(Ivan Damg˚ard, Marcel Keller) is a multiparty computation scheme based on somewhat homomorphic encryption (SHE).
- local Pearson correlation efficient computation
- hetero-federated Pearson correlation efficient computation
- local VIF computation
- computation on select cols only(use
skip_col
)