Giter Site home page Giter Site logo

xiaoxinlong / kdd23_efin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dgliu/kdd23_efin

0.0 0.0 0.0 28 KB

Experiments codes for SIGKDD '23 paper "Explicit Feature Interaction-aware Uplift Network for Online Marketing"

License: GNU General Public License v3.0

Python 100.00%

kdd23_efin's Introduction

KDD23_EFIN

Experiments codes for the paper:

Dugang Liu, Xing Tang, Han Gao, Fuyuan Lyu, Xiuqiang He. Explicit Feature Interaction-aware Uplift Network for Online Marketing. In Proceedings of SIGKDD '23.

Please cite our SIGKDD '23 paper if you use our codes. Thanks!

Requirement

  • python==3.8.5
  • torch==1.13.1+cu117
  • optuna==2.10.0

Usage

Since the dataset file is too large, please obtain it from the original web page and place it in folder "datax/X". For Criteo dataset, the command line examples are as follows:

For data processing:

python get_criteo.py

For hyperparameter search and training:

CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 nohup python -m torch.distributed.launch --nproc_per_node=8 tune_efin.py > tune_efin 2>&1 &

More results

The benchmark we developed is under review at the conference and contains more baselines, preprocessing, and datasets. We will open source and maintain it continuously after it is accepted. Please stay tuned!

If you have any issues or ideas, feel free to contact us ([email protected]).

kdd23_efin's People

Contributors

dgliu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.