Randomized Experiment Results
Analyze the results of the experiment and write your recommendations
@kaggle.sergylog_randomized_experiment_results
Analyze the results of the experiment and write your recommendations
@kaggle.sergylog_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.
CREATE TABLE experiment_data_3 (
"user_id" BIGINT,
"group" VARCHAR,
"views" DOUBLE,
"clicks" DOUBLE
);Anyone who has the link will be able to view this.