better / convoys

Implementation of statistical models to analyze time lagged conversions
https://better.engineering/convoys/
MIT License
258 stars 42 forks source link

GeneralizedGamma's stdout flushing going crazy in Jupyter Labs #93

Open AlephNotation opened 5 years ago

AlephNotation commented 5 years ago

Calling fit on GeneralizedGamma within a Jupyter Labs notebook results in a lot of whitespace in the output. I think this is because sys.stdout.flush() does not play well Labs. Master