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
|
-
Notifications
You must be signed in to change notification settings - Fork 0
HaiYen-hp/temporal_recommendation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published