Skip to content
#

experimentation

Here are 143 public repositories matching this topic...

growthbook
Auz
Auz commented Nov 27, 2021

When we show data for a metric, we currently don't include the current day's worth of data. For users just getting set up, they may only have events from today, and want to test out if the query is working, and by excluding events from 'today', they can't see results.

TODO:

  • In packages/back-end/src/services/experiments.ts on line 329, instead of using the current date as the value
good first issue
coder46
coder46 commented Feb 7, 2021

Currently you can only do training when you've committed and pushed all new changes in your branch. This introduces a blocker when a Data Scientist is trying out lots of different changes in their code.

Allow for training even with uncommitted changes. This can be done by taking a git diff of the current branch, storing it and then doing an git apply to the current branch during training

good first issue Medium
heinrichreimer
heinrichreimer commented Mar 2, 2022

The STMC1, STMC2, and REG axioms depend on similarities. It might be promising to have similarity variants that are based on word embeddings fine-tuned on test collections like Robust 04.
It is only required to have some word embeddings that PyMagnitude can handle, the rest is already implemented.

To implement new embedding variants, take a look at the fastText implementation here:
https://gi

enhancement good first issue

Improve this page

Add a description, image, and links to the experimentation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the experimentation topic, visit your repo's landing page and select "manage topics."

Learn more