Skip to content

multi_corr helps to identify multicollinearity in a simple and straight manner.

License

Notifications You must be signed in to change notification settings

babusarath05/multi_corr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multi_corr

To identify multicollinearity in a simple and straight manner.

Input

  1. DataFrame with target feature in case of regression
  2. Threshold for correlation

Output

  1. Dataframe with correlation of two features
  2. Dataframe with features which correlate with each other

Insight

  1. Identify multicollinearity by looking at the target column (Regression)
  2. Discard features which are not relevant

About

multi_corr helps to identify multicollinearity in a simple and straight manner.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages