Skip to content

Optimize for calculating correlations #203

Description

@Shine226

Current code is using corr to calculate correlation matrix. This approach is not good for asymmetrical case (e.g., 1 dependent and 10 independent variable).
corr_mat = data_df[corr_var_list].corr(method=self.corrtype)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions