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.
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.