Skip to content

huawei digix 2020 competition baselines for ctr & recommand

Notifications You must be signed in to change notification settings

luoda888/huawei-digix-2020-baseline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

huawei-digix-2020-baseline

huawei digix 2020 competition baselines for ctr & recommand

In the CTR part, we coded the ID with count/nunique/target, crossed the category and numerical features, and constructed the embedding feature of word2vec. And it uses the xDeepFM model in the elegant and easy-to-use deepctr library to provide a simple neural network baseline. Affected by the selection of days in the training set and the instability of the neural network, the score will fluctuate between 0.76-0.77. Perhaps we can use the migration learning method that spans the number of days in this question (refer to the plan of plantsgo in IJCAI 2018)

In the search correlation prediction part, we consider the monotonicity between tags, replace the Rank model with a regression model, filter the original features for variance, and directly put them into the xgboost and catboost models for learning and get the answer. Using regression modeling can improve your baseline to a score of 0.43+. Perhaps you can consider cross-combination of different features to further improve your score.

Thanks: https://github.com/shenweichen/DeepCTR-Torch & https://github.com/shenweichen/DeepCTR

About

huawei digix 2020 competition baselines for ctr & recommand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages