I’ve finally gotten around exporting experiment an...
# give-feedback
s
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
What version of the
gbstats
library do you have installed?
s
This would be gbstats==0.3.0
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