issues
search
fau-klue
/
pandas-association-measures
Statistical association measures for Python pandas
MIT License
8
stars
2
forks
source link
v0.2.0
#24
Closed
ausgerechnet
closed
2 years ago
ausgerechnet
commented
2 years ago
new possible input: "keyword-friendly" corpus frequencies notation (f1, N1, f2, N2)
new
score
wrapper also allows constant integer counts (N1, N2 for keyword notation; f1, N for frequency signatures) to be given as parameters
keyword arguments are now passed from
calculate_measures()
(and
score()
) to underlying measures
ausgerechnet
commented
2 years ago
will close #23
score
wrapper also allows constant integer counts (N1, N2 for keyword notation; f1, N for frequency signatures) to be given as parameterscalculate_measures()
(andscore()
) to underlying measures