I’ve finally gotten around exporting experiment analysis to Jupyter Notebooks, but there’s something I don’t get. When getting SQL query results and importing them to a data frame, data looks just about right,
But when running Data Quality Check/Preparation and displaying the results, mean and standard deviation always show 1.0 and 0.0 respectively.
As a result, the final table always shows probability to beat the control around 0.5
f
future-teacher-7046
12/06/2022, 4:46 PM
What version of the
gbstats
library do you have installed?
s
some-planet-44104
12/06/2022, 7:29 PM
This would be gbstats==0.3.0
some-planet-44104
12/07/2022, 7:35 PM
So, did you have a chance to check this out? I am not sure if I’m doing something wrong or the fault lies in the library itself