Python adaptation of Python adaptation of Schnoebelen, Silge and Hayes's (2020) tidylo R library
Nothing fancy -- I'm a huge fan of the new tidylo R library and wanted to be able to replicate the default bind_log_odds
function in Python! The function is located in src/tidylopy, and the examples folder has a .ipynb notebook demonstrating how to use it + compares results on the same data of bind_log_odds
from tidylo and get_weighted_log_odds
from tidylopy!
This project has been set up using PyScaffold 4.1.4. For details and usage information on PyScaffold see https://pyscaffold.org/.