The codes for NAS-CTR: Efficient Neural Architecture Search for Click-Through Rate Prediction
- Use
python codes/datasets/avazu.py dataset_path
to preprocess Avazu. - Use
python codes/datasets/criteo.py dataset_path
to preprocess Criteo.
Use sh search_evaluate.sh ${gpu_idx}
to search and evaluate on chosen dataset.
The codes and models in this repo are released under the GNU GPLv3 license.