You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read your error, you should change max_date_received to float:
t3['max_date_received'] = t3.max_date_received.astype(float)
t3['this_month_user_receive_same_coupon_lastone'] = t3.max_date_received - t3.date_received
O2O-Predict-Coupon-Usage/extract_feature.py
Line 99 in 98f169b
The text was updated successfully, but these errors were encountered: