Coveo hosts the 2021 SIGIR eCom Data Challenge
-
torch==1.8.1
-
tqdm==4.60.0
-
numpy==1.20.2
-
boto3==1.15.8
-
python-dotenv==0.13.0
mkdir saved log results
mkdir dataset & cd dataset
mkdir new prepared raw
The path of raw dataset is ./dataset/raw
Run the scripts in ./scripts
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit txt
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit txt --evaluate
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit dw
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit dw --evaluate
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit dw_i-i
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit dw_i-i --evaluate
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit rand
python train.py --model GRU4Rec --device 0 --lr 1e-4 --seq_mode sku --commit rand --evaluate
Run ensemble.ipynb