reczoo / RecSys2024_CTR_Challenge

A Strong FuxiCTR Baseline for News CTR Challenge at RecSys 2024
Apache License 2.0
13 stars 3 forks source link

Train Model Error #2

Open LoveMaker-10086 opened 1 month ago

LoveMaker-10086 commented 1 month ago

When we train your model on small train and validation sets, a error occurred: 微信图片_20240613210536 Exceptions were threw out when the program preprocessed test.csv. However, we found all the queries are '0'(not 'false') in click column. Can you solve this for us?😭

zhujiem commented 1 month ago

Please provide the full logs, thanks!

LoveMaker-10086 commented 1 month ago

Please provide the full logs, thanks!

logs.txt Here is the full logs of this error. 🙏

zhujiem commented 1 month ago

检查一下test.csv 是否有一行坏数据,导致csv的列错位了呢。 test.csv是small版本还是full版本

LoveMaker-10086 commented 1 month ago

test.csv只有full版本的,我检查了click全是0,我可以看一下你的header吗

LoveMaker-10086 commented 1 month ago

检查一下test.csv 是否有一行坏数据,导致csv的列错位了呢。 test.csv是small版本还是full版本

这是我的header: ['impression_id', 'read_time', 'scroll_percentage', 'device_type', 'article_id', 'user_id', 'is_sso_user', 'gender', 'postcode', 'age', 'is_subscriber', 'session_id', 'is_beyond_accuracy', 'trigger_id', 'click', 'premium', 'article_type', 'ner_clusters', 'topics', 'category', 'subcategory', 'total_inviews', 'total_pageviews', 'total_read_time', 'sentiment_score', 'sentiment_label', 'subcat1', 'hist_id', 'hist_cat', 'hist_subcat1', 'hist_sentiment', 'hist_type', 'publish_days', 'publish_hours', 'impression_hour', 'impression_weekday', 'pulish_3day', 'pulish_7day']