Baselight

Randomized Experiment Results

Analyze the results of the experiment and write your recommendations

@kaggle.sergylog_randomized_experiment_results

Loading...

About this Dataset

Randomized Experiment Results

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

Experiment Data 3

@kaggle.sergylog_randomized_experiment_results.experiment_data_3
  • 2.48 MB
  • 430000 rows
  • 4 columns
Loading...

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