Code Monkey home page Code Monkey logo

kdd-cup-2017's Introduction

KDD-CUP-2017

KDD CUP 2017 task1

MAPE = 0.1872, 名次 57 / 3754

程序共有三个模型

m1: Pred_big_XGB是直接对整个路段总时间进行预测,使用XGB模型

m2: Pred_cut_XGB是将大路段切分为小路后分别对每个小路段进行预测,然后重组,使用XGB模型

m3: Pred_cut_NN也是将大路段切分后进行预测,使用nn模型

最终成绩由四部分构成: m1 * 0.5 + (m1' * 0.35 + m2 * 0.35 + m3 * 0.3) * 0.5

m1' * 0.35 + m2 * 0.35 + m3 * 0.3的MAPE = 0.1886 其中m1'为m1的eta取0.05,为中间提交的一个结果

最终线上测评为MAPE = 0.1872

kdd-cup-2017's People

Contributors

zui0711 avatar

Watchers

 avatar

Forkers

fanfan-19941119

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.