honglitao / LightGBM-GBDT-LR

a python code of applying GBDT+LR for CTR prediction

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LightGBM-GBDT-LR

A simple python code of applying GBDT+LR for CTR prediction

The part of GBDT is proceeded by LightGBM, which is recently proposed by Microsoft, please install it first

https://github.com/Microsoft/LightGBM

The part of Logestic Regression is proceeded by sklearn machine learning.

The main idea is from the work of Facebook published in 2014 that merging GBDT and LR for CTR prediction

GBDT is used for feature transformation while the LR uses the transformed data for prediction

About

a python code of applying GBDT+LR for CTR prediction


Languages

Language:Python 100.0%