Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 291 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 291 Bytes

criteo

拆分数据

link

mkdir data
cd data
split -d -l 500000 train.txt train_

MinMax缩放、Ordinal编码

python transform.py

模型训练

python train.py