-
|
I'm a user of Dython and associations package, wich has beeing very useful to develop Scorecards using correlation matrixes, but since I've changed my laptop and also install Python, and also install all the packaged, I'm unable to use this to my new data because I got the same error and I'm breaking my head and Can't find any solution, Please Help!! corr_matrix = associations(df5, nominal_columns="auto", associations() got an unexpected keyword argument 'bias_correction' |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @DupploDev - that keyword was renamed to |
Beta Was this translation helpful? Give feedback.
Hey @DupploDev - that keyword was renamed to
cramers_v_bias_correctionin version 0.7.0, but for some reason I forgot to update the online documentation with that change.. I'll do that soon. In the meantime, you can use the new keyword just as you used the old one. Thanks for paying attention to this!