CTR In Advertisement
Predict the ad click rate of a customer
@kaggle.arashnic_ctr_in_advertisement
Predict the ad click rate of a customer
@kaggle.arashnic_ctr_in_advertisement
CREATE TABLE ad_click_prediction_train_1 (
"session_id" BIGINT,
"datetime" TIMESTAMP,
"user_id" BIGINT,
"product" VARCHAR,
"campaign_id" BIGINT,
"webpage_id" BIGINT,
"product_category_1" BIGINT,
"product_category_2" DOUBLE,
"user_group_id" DOUBLE,
"gender" VARCHAR,
"age_level" DOUBLE,
"user_depth" DOUBLE,
"city_development_index" DOUBLE,
"var_1" BIGINT,
"is_click" BIGINT
);
Anyone who has the link will be able to view this.