ebisu
ebisu copied to clipboard
Create fresh repo/module for stand-alone pure-Python Ebisu, and a bugfix there
My standalone logsumexp has a bug: sgn = 1 if s >= 0 else 0 should have else -1.