zalando / expan

Open-source Python library for statistical analysis of randomised control trials (A/B tests)
MIT License
334 stars 50 forks source link

What happened? #255

Open mysticaltech opened 3 years ago

mysticaltech commented 3 years ago

Hey folks, thanks for this amazing library, why is it no longer updated? It's been 2 years now that it has not moved, what happened?

mysticaltech commented 3 years ago

Between, great talk from Grigori here, the simplest way to do Bayesian fast could be to run in the browser with Pyodide (in web assembly), in a web worker more precisely. This way, each viewer will do his own computations on his own machine!

daryadedik commented 3 years ago

Hi @mysticaltech, thank you for your interest in our library!

We have migrated to our internal Zalando implementation of t-test (and other stuff) recently, so, we no longer update this library. However, it's still used by us at some places in its current state.

Afaik, the idea in the near future is to transfer the ownership to this library when we no longer need it.

mysticaltech commented 3 years ago

Ok I see, thanks for the clarification @daryadedik, it was a great initiative though, as experimentation is now really going mainstream, and this is arguably the best open source project on the matter! And well-done @shansfolder, I saw you wrote most of the code :-)