You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: