shakedzy / dython

A set of data tools in Python
http://shakedzy.xyz/dython/
MIT License
496 stars 102 forks source link

Updated warning message #128

Closed govindjsk closed 2 years ago

govindjsk commented 2 years ago

I kept trying bias_correction=False while calling associations(), and it kept giving me the error, "TypeError: associations() got an unexpected keyword argument 'bias_correction'". It took me a lot of time to figure out that the corresponding parameter in associations() now is "cramers_v_bias_correlation". This needs to be reflected in the warning message since it could really slow down a user of the library.

shakedzy commented 2 years ago

I see your point here. Thanks!