naomihng / coupon-purchase-prediction

Predict coupon purchase based on past purchase and browsing behavior (data from Kaggle)
1 stars 1 forks source link

are the test coupons in the view log? #2

Open naomihng opened 7 years ago

Nelsontwb93 commented 7 years ago

match(coupon_list_test$COUPON_ID_hash, coupon_visit_train$VIEW_COUPON_ID_hash, nomatch = 0)

there are some coupons that are found in the view log