Giter Club home page Giter Club logo

2017-jdd-global-data-explorer-competition's Introduction

2017京东金融全球数据探索者大赛(3th place)

本次大赛一共有四个赛题,我做的的是登录行为识别赛题。成绩为A榜第一,B榜第三。

团队介绍

团队名称:jd_156192rqk。
成员分别来自西安电子科技大学(队友)和四川大学(我)。

代码运行环境

  • pandas

  • numpy

  • sklearn

  • xgboost

  • python2.7

  • 程序入口:sh run.sh

解决方案

登录行为识别赛题主要是根据登录行为来判断本次交易是否是危险交易。我们的方案主要是通过刻画id画像、ip画像和dev画像的思路来构造特征,然后分别用xgboost、LR来预测, 取两个模型中风险最大的top200,对这200个进行交集运算。对于某次交易,如果xgboost和LR模型同时预测为危险交易,则判定该次交易为危险交易;否则为正常交易。特征构造 可参见代码,里面有详细的注释。

2017-jdd-global-data-explorer-competition's People

Contributors

fly-adser avatar

Watchers

 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.