Git Product home page Git Product logo

kee's Introduction

# raw data

链接: https://pan.baidu.com/s/1kUTZW6V 密码: ug9x

# 数据生成过程及解释

原始数据: t_click.csv, t_loan.csv, t_loan_sum.csv, t_order.csv, t_user.csv

DataDescription中定义了5个表对应的具体类: Click,Loan,LoanSum,Order,User。
配套有convertXXX和loadXXX方法,convertXXX用来将csv文件转成以上面类定义的parquet文件,loadXXX方法用来加载parquet数据。

Click,Loan,LoanSum,Order,User这5个数据,通过DataDescription.joinData()方法拼成一个完整的User数据。
即,将Loan,Order,Click这些数据聚合成数组,再按uid和User join上得到的。比如,User.clicks包含,该user的所有Click。

从User数据生成RawFeature:
RawFeature用来表示进一步数据处理之后的大宽表。比如将Click按月切分统计等等操作。主要在DataDescription.generateData()方法中。

从RawFeature生成样本数据:
通过比照FeatureUtils.feByMonth可以新增生成样本的逻辑。主要用来,选择哪些列,具体的列作为离散or连续特征,label取哪个字段。

kee's People

Contributors

roliygu avatar

Watchers

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