├── Bayes_smooth code ├── BrandIDBayesSmooth.py ├── ItemIDBayesSmooth.py ├── README.md ├── shopIDBayesSmooth.py └── userIDBayesSmooth.py ├── EDA_visual.py ├── README.md ├── main.py ├── model ├── lgbm1.model └── xgb1.model └── result ├── feature_score.txt └── result27.txt /Bayes_smooth code/BrandIDBayesSmooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/Bayes_smooth code/BrandIDBayesSmooth.py -------------------------------------------------------------------------------- /Bayes_smooth code/ItemIDBayesSmooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/Bayes_smooth code/ItemIDBayesSmooth.py -------------------------------------------------------------------------------- /Bayes_smooth code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/Bayes_smooth code/README.md -------------------------------------------------------------------------------- /Bayes_smooth code/shopIDBayesSmooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/Bayes_smooth code/shopIDBayesSmooth.py -------------------------------------------------------------------------------- /Bayes_smooth code/userIDBayesSmooth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/Bayes_smooth code/userIDBayesSmooth.py -------------------------------------------------------------------------------- /EDA_visual.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/EDA_visual.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/README.md -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/main.py -------------------------------------------------------------------------------- /model/lgbm1.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/model/lgbm1.model -------------------------------------------------------------------------------- /model/xgb1.model: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/model/xgb1.model -------------------------------------------------------------------------------- /result/feature_score.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/result/feature_score.txt -------------------------------------------------------------------------------- /result/result27.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/weishao6hao/IJCAI-18/HEAD/result/result27.txt --------------------------------------------------------------------------------