Uplift Modeling , Marketing Campaign Data
Models the incremental impact of customer treatment with highly imbalanced data
@kaggle.arashnic_uplift_modeling
Models the incremental impact of customer treatment with highly imbalanced data
@kaggle.arashnic_uplift_modeling
CREATE TABLE criteo_uplift_v2_1 (
"f0" DOUBLE,
"f1" DOUBLE,
"f2" DOUBLE,
"f3" DOUBLE,
"f4" DOUBLE,
"f5" DOUBLE,
"f6" DOUBLE,
"f7" DOUBLE,
"f8" DOUBLE,
"f9" DOUBLE,
"f10" DOUBLE,
"f11" DOUBLE,
"treatment" BIGINT,
"conversion" BIGINT,
"visit" BIGINT,
"exposure" BIGINT
);
Anyone who has the link will be able to view this.