raamana / confounds

Conquering confounds and covariates: methods, library and guidance
https://raamana.github.io/confounds
Apache License 2.0
38 stars 14 forks source link

Implement metrics to quantify confound to target relationships #2

Open raamana opened 4 years ago

raamana commented 4 years ago

some ideas are correlation, R^2, delta R^2 etc

dinga92 commented 4 years ago

I will do this with partial/delta R2 for regression and deviance explained for classification.

Feel free to add suggestions/code for other metrics