Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Entire Space Multitask Model (ESMM)

Overview

PyTorch implementation of the paper
Xiao Ma, et al., Entire Space Multi-Task Model: An Effective Approach for Estimating Post-Click Conversion Rate, SIGIR-2018

Dataset

columns

  • feature1 ... feature_n: categorical feautre column. (Assuming all variables are categorical.)
  • click: click label
  • conversion: conversion label (Always 0 if there are no clicks)

sample data

   feature1  feature2 feature3  click  conversion
0         1        10       cc      1           1
1         4        11        a      0           0
2         6        30        5      0           0
3        10         3       bb      1           0
4         3        33       cc      1           1
5         1         2        d      0           0
6         4         5       cd      1           0

Usage

Environment construction with docker.

Start container

$ docker-compose up -d --build

Attach container

$ docker exec -it esmm /bin/bash

Run training esmm

$ python train.py

About

PyTorch implementation of Entire Space Multitask Model (ESMM)

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.