项目作者: wzhe06

项目描述 :
CTR prediction model based on spark(LR, GBDT, DNN)
高级语言: Scala
项目地址: git://github.com/wzhe06/SparkCTR.git
创建时间: 2017-03-16T14:02:55Z
项目社区:https://github.com/wzhe06/SparkCTR

开源协议:Apache License 2.0

下载


CTRmodel

CTR prediction model based on pure Spark MLlib, no third-party library.

Realized Models

  • Naive Bayes
  • Logistic Regression
  • Factorization Machine
  • Random Forest
  • Gradient Boosted Decision Tree
  • GBDT + LR
  • Neural Network
  • Inner Product Neural Network (IPNN)
  • Outer Product Neural Network (OPNN)

Usage

It’s a maven project. Spark version is 2.3.0. Scala version is 2.11.

After dependencies are imported by maven automatically, you can simple run the example function (com.ggstar.example.ModelSelection) to train all the CTR models and get the metrics comparison among all the models.

Related Papers on CTR prediction

Other Resources