Luke Sonnet
Luke Sonnet
For reference, this has been implemented for BigQuery and Athena here: https://github.com/growthbook/growthbook/pull/1847
>> treatment_condition = 2 governing which of the arms (column position in the declaration as well as condition name should work) to take as the treatment arm. The next argument...
We've decided that: - If the length of the clusters, blocks, and condition probability matrix returned by `declare_ra()` is different from the length of the data supplied in `data` we...
Currently this is only done for `horvitz_thompson()`. I may add it to `difference_in_means()` if we have time, but I'm unlikely to do so before CRAN. Shifting this to post-CRAN.
@bfifield, there is no current plan, but I think this would be a fairly simple thing to implement. It does, however, require the addition of another argument to the `difference_in_means`...
This is already a lot better thanks to PRs #209, #218, and #205. Still leaving this issue up because it could be refactored again taking a big picture view of...
Hi, thanks for this. There's a few issues. First of all, `labels` has to be added to the type AND the data model (some boilerplate we're working on reducing). I...
The SQL edit field has changed much since this issue was opened, and in most places it is considerably larger. Closing.
Sorry for the delayed response. This is a bit unclear, but you can use SQL directly and the User Value Aggregation field to create a variety of metrics. Feel free...
I've created a test file within the package that tests all of the configurations of krls. It essentially searches over all possible combinations of these parameters: - Loss function: 'leastsquares',...