├── EDA.py ├── README.md ├── feature_engineering.py ├── main.py ├── recall_als.py ├── recall_baseline.py ├── recall_itemcf.py ├── recall_knn.py ├── recall_ruler.py ├── utils.py ├── 数据探索.xlsx └── 视频推荐比赛数据说明.txt /EDA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/EDA.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/README.md -------------------------------------------------------------------------------- /feature_engineering.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/feature_engineering.py -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/main.py -------------------------------------------------------------------------------- /recall_als.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/recall_als.py -------------------------------------------------------------------------------- /recall_baseline.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/recall_baseline.py -------------------------------------------------------------------------------- /recall_itemcf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/recall_itemcf.py -------------------------------------------------------------------------------- /recall_knn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/recall_knn.py -------------------------------------------------------------------------------- /recall_ruler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/recall_ruler.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/utils.py -------------------------------------------------------------------------------- /数据探索.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/数据探索.xlsx -------------------------------------------------------------------------------- /视频推荐比赛数据说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tongji40/MGTV_AI_Challenge_Video_Recommend_Rank_12th/HEAD/视频推荐比赛数据说明.txt --------------------------------------------------------------------------------