TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Open-source A/B testing framework

199 点作者 cheeseblubber将近 4 年前

12 条评论

gingerlime将近 4 年前
Wow this looks very polished. (Out of frustration with Optimizely) I created and maintain a couple of A&#x2F;B test open source projects[0][1] but the statistical analysis was always the hardest part so I’m keen to see what you are doing. We’re currently relying on a commercial tool called Analytics Toolkit[2] for this part alone and have been quite happy with it though. The owner is very knowledgable and responsive (no affiliation just happy customers). I wonder if you can adopt similar ideas&#x2F;algorithms into the open source tool. That can be useful I imagine.<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;Alephbet&#x2F;alephbet" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Alephbet&#x2F;alephbet</a><p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;Alephbet&#x2F;lamed" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Alephbet&#x2F;lamed</a><p>[2] <a href="https:&#x2F;&#x2F;www.analytics-toolkit.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.analytics-toolkit.com&#x2F;</a>
评论 #28092348 未加载
Dyac将近 4 年前
Hi. Regular A&#x2F;B experimenter here.<p>This looks like a great tool!<p>Does your system store the stats, or does it trust the stats to be stored in, eg. GA, and then just allow you to analyse them?<p>Is it appropriate to send email alerts when &quot;significance&quot; is reached? Without adhering to minimum sample sizes calculated in advance won&#x27;t this result in a bunch of Type 1 errors?<p>Are the changes to the pages made client side or server side? I think clientside but I&#x27;m not sure. If so are they sync or asynchronous?<p>Thanks!
评论 #28091088 未加载
tehlike将近 4 年前
From the looks of it, it doesn&#x27;t look like the configuration can be stored in the code repository itself. This is one of the key things to do - treating configuration as a code and properly version it&#x2F;blame it etc.<p>Otherwise, this looks great.
评论 #28090391 未加载
contravariant将近 4 年前
I&#x27;m kind of curious how they&#x27;ve tackled the multi-armed bandits and early stopping problems inherent to A&#x2F;B testing but so far I&#x27;ve only found that they use some form of Bayesian statistics using unknown priors and likelihoods (except when you pick binomial I suppose, though the prior is still unknown).<p>They seem to allow filtering drilling down by various categories, which would make statistical significance even more of a concern.
mooneater将近 4 年前
Awesome! Can you comment on choice of mongodb? I admit I have a negative association with it but Im sure there are reasons.
评论 #28090315 未加载
评论 #28090128 未加载
jaggednad将近 4 年前
I think you guys really did a good job with something that&#x27;s hard to do well. Kudos
JensRantil将近 4 年前
This reminds me of <a href="https:&#x2F;&#x2F;github.com&#x2F;sixpack&#x2F;sixpack" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;sixpack&#x2F;sixpack</a> which I&#x27;ve been eyeballing for years.
cardosof将近 4 年前
Congratulations, that&#x27;s very cool! Do you intend to add new features to expand the scope (i.e. visitor personalization)?
评论 #28090358 未加载
评论 #28089917 未加载
ablearcher83将近 4 年前
Coupling metrics to experimentation is a huge red flag.<p>You should offload that onto DBT or some other data modeling tools.
评论 #28093663 未加载
nacs将近 4 年前
Looks promising.<p>Any plan to support Matomo (formerly Piwik) analytics as a data source?
评论 #28091982 未加载
dreamer7将近 4 年前
Would this be useful for A&#x2F;B testing mobile app features as well?
评论 #28091587 未加载
dimitry12将近 4 年前
How does this compare to Facebook Ax?
评论 #28094015 未加载