gitextract_b6ebyh89/ ├── README.txt ├── README_CN.md ├── code/ │ ├── 1_DataPreprocessing/ │ │ ├── 01_Generate_Offline_Dataset_origin.py │ │ ├── 02_Generate_Model1_Dataset_origin.py │ │ ├── 03_Create_Model1_Answer.py │ │ ├── 03_Create_Offline_Answer.py │ │ ├── 04_TransformDateTime-Copy1.py │ │ └── 05_Generate_img_txt_vec.py │ ├── 2_Similarity/ │ │ ├── 01_itemCF_Mundane_model1.py │ │ ├── 01_itemCF_Mundane_offline.py │ │ ├── 01_itemCF_Mundane_online.py │ │ ├── RA_Wu_model1.py │ │ ├── RA_Wu_offline.py │ │ ├── RA_Wu_online.py │ │ └── deep_node_model.py │ ├── 3_NN/ │ │ ├── ItemFeat2.py │ │ ├── Readme │ │ ├── config.py │ │ ├── model2.py │ │ ├── modules.py │ │ ├── sampler2.py │ │ ├── sas_rec.py │ │ └── util.py │ ├── 3_Recall/ │ │ ├── 01_Recall-Wu-model1.py │ │ ├── 01_Recall-Wu-offline.py │ │ └── 01_Recall-Wu-online.py │ ├── 4_RankFeature/ │ │ ├── 01_sim_feature_model1.py │ │ ├── 01_sim_feature_model1_RA_AA.py │ │ ├── 01_sim_feature_offline.py │ │ ├── 01_sim_feature_offline_RA_AA.py │ │ ├── 01_sim_feature_online.py │ │ ├── 01_sim_feature_online_RA_AA.py │ │ ├── 02_itemtime_feature_model1.py │ │ ├── 02_itemtime_feature_offline.py │ │ ├── 02_itemtime_feature_online.py │ │ ├── 03_count_feature_model1.py │ │ ├── 03_count_feature_offline.py │ │ ├── 03_count_feature_online.py │ │ ├── 04_NN_feature_model1.py │ │ ├── 04_NN_feature_offline.py │ │ ├── 04_NN_feature_online.csv.py │ │ ├── 05_txt_feature_model1.py │ │ ├── 05_txt_feature_offline.py │ │ ├── 05_txt_feature_online.py │ │ ├── 06_interactive_model1.py │ │ ├── 06_interactive_offline.py │ │ ├── 06_interactive_online.py │ │ ├── 07_count_detail_model1.py │ │ ├── 07_count_detail_offline.py │ │ ├── 07_count_detail_online.py │ │ ├── 08_user_feature_model1.py │ │ ├── 08_user_feature_offline.py │ │ ├── 08_user_feature_online.py │ │ ├── 09_partial_sim_feature_model1.py │ │ ├── 09_partial_sim_feature_offline.py │ │ ├── 09_partial_sim_feature_online.py │ │ ├── 10_emergency_feature_model1.py │ │ ├── 10_emergency_feature_offline.py │ │ ├── 10_emergency_feature_online.py │ │ ├── 10_紧急feature_model1.py │ │ ├── 10_紧急feature_offline.py │ │ └── 10_紧急feature_online.py │ └── 5_Modeling/ │ ├── Model_Offline.py │ └── Model_Online.py ├── feature_list.csv ├── main.sh ├── project_structure.txt └── requirements.txt