Baselight

A/B Trial Aggregated Data

Analyze the results of the experiment and write your recommendations

@kaggle.sergylog_ab_trial_aggregated_data

Loading...
Loading...

About this Dataset

A/B Trial Aggregated Data

The csv file contains aggregated data on the results of the experiment (user_id), treatment type (group) and key user metrics(views and clicks)
The task is to analyze the results of the experiment and write your recommendations.

Tables

Ab Test Results Aggregated Views Clicks 8

@kaggle.sergylog_ab_trial_aggregated_data.ab_test_results_aggregated_views_clicks_8
  • 1.02 MB
  • 150000 rows
  • 4 columns
Loading...

CREATE TABLE ab_test_results_aggregated_views_clicks_8 (
  "user_id" BIGINT,
  "group" VARCHAR,
  "views" DOUBLE,
  "clicks" DOUBLE
);

Share link

Anyone who has the link will be able to view this.