Giter Club home page Giter Club logo

2018-icc-travelservice's Introduction

2018-ICC-精品旅行服务成单预测

这是第二届智慧**杯(ICC)中的一题:精品旅行服务成单预测。我入赛的时间很晚,大约是赛程的后期了。我的队伍是“魂斗罗”,最终取得优胜奖,排名 14th/1135。这个比赛可以学到不少从序列数据中挖掘特征的套路

从序列数据中挖掘特征的套路

  1. 由于用户最近的行为极可能代表了近期的想法,因此我保留了最近 k 天的行为与时间,作为 k 个特征;
  2. 对最近 k 天的行为和时间进行统计,构建统计特征;
  3. 对所有的行为和时间进行统计,构建全局统计特征;
  4. 对时间序列进行一阶和二阶差分,保留最近的 k 个差分值,作为 k 个特征;
  5. 对 k 个一阶和二阶差分值进行统计,构建统计特征;
  6. 对所有的一阶和二阶差分值进行统计,构建全局统计特征;
  7. 按行为分组后,对时间序列进行一阶和二阶差分,保留最近的 k 个差分值,作为 k 个特征
  8. ……

诸如此类,实验表明,差分特征十分有效,是这个比赛提分的关键。

嘿!

如果您有任何的想法,例如:发现某处有 bug、觉得我对某个方法的讲解不正确或者不透彻、有更加有创意的见解,欢迎随时发 issue 或者 pull request 或者直接与我讨论!另外您若能 star 或者 for k 这个项目以激励刚刚踏入数据挖掘的我,我会感激不尽~

2018-icc-travelservice's People

Contributors

shawnyxiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.