Closed martialblog closed 4 years ago
@ausgerechnet Hi, can you have a look at that please?
all AMs now take a dict-like object (a dataframe row) as argument, not a dataframe. correct usage is thus df.apply(am.log_likelihood, axis=1)
fixed in v0.1.5, you can use am.log_likelihood(sample_dataframe)
again
The new phi function throws an error when used in the tests.
I created a test to recreate the error here: https://github.com/fau-klue/pandas-association-measures/tree/phi-error