You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
temporal_recommendation
├── aug_data # Lưu các file data augmentation| └── tv360/
| └── *.txt
├── data/
| └── tv360/
| ├── imap.json # Lưu dữ liệu map id item dưới dạng số tuần tự| ├── umap.json # Lưu dữ liệu map user id dưới dạng số tuần tự| ├── train.txt # Lưu dữ liệu train đã được tiền xử lý| ├── test.txt # Lưu dữ liệu test đã được tiền xử lý| ├── valid.txt # Lưu dữ liệu valid đã được tiền xử lý| ├── train_reverse.txt # Lưu dữ liệu train đã được xử lý qua module đào tạo trước đảo ngược (Reversely Pre-training)| ├── test_reverse.txt # Lưu dữ liệu test đã được xử lý qua module đào tạo trước đảo ngược (Reversely Pre-training)| └── valid_reverse.txt # Lưu dữ liệu valid đã được xử lý qua module đào tạo trước đảo ngược (Reversely Pre-training)
├── log/
| └── *.log # Log các file chạy
├── pipeline/
| ├── 1.0. prepocessing_data.sh # File python lấy dữ liệu trên hive và tiền xử lý dữ liệu| ├── 2.0.processing_data.sh # File xử lý dữ liệu,output là dữ liệu đầu vào cho mô hình| ├── 3.0.hyperparamter_tuning.sh # File chạy hyperparamter tuning và trả ra paramater có chỉ số recall@k cao nhất| └── 4.0.predict_data.sh # File |