Split Experiment Aggregated Data
Split experiment aggregated data for stat. analysis or interview preparation
@kaggle.sergylog_split_experiment_aggregated_data
Split experiment aggregated data for stat. analysis or interview preparation
@kaggle.sergylog_split_experiment_aggregated_data
User-aggregated split experiment aggregated data. Can be very useful for preparing for interviews and practicing statistical tests. The data was prepared using a special selection of parameters: success_rate, uplift, beta, skew
CREATE TABLE ab_test_results_aggregated_views_clicks_5 (
"user_id" BIGINT,
"group" VARCHAR,
"views" DOUBLE,
"clicks" DOUBLE
);Anyone who has the link will be able to view this.