Coder Social home page Coder Social logo

jd-quantity-prediction's Introduction

Files

  1. sku_{attr,info,prom,prom_testing,quantile,sales}.csv 赛题所给文件
  2. features[0-9].csv 不用git同步,共1000*6*762个sample,每个39维features和1维label(0-quantity那一列)
  3. stat.csv 均值方差(没用这个)
  4. stdvar.csv 每个(sku,dc)14维,分别为dc全年,dc1-12月,sku全年的stdvar
  5. test.csv 预测结果(可以直接提交)
  6. model.py Machine Learning脚本
  7. processing.py 提特征脚本
  8. test.py 不用理

features

  • sku_id,dc_id,date
  • -x_quantity 第(now-x)天quantity
  • -x_vendibility 第(now-x)vendibility

(共k0天)

  • original_price 原价,当天无记录则为该sku平均原价
  • discount 标价/原价,0.0-1.0,当天无记录则为1
  • prom_sku 有promotion_type的时候该sku销量总和/该sku销量总和,理论上应该>1
  • prom_cate3 有promotion_type的时候该第三类别销量总和/该第三类别销量总和,理论上应该>1
  • k1days-avr-discount 前k1天平均discount
  • k1days-avr-quantity 前k1天平均quantity
  • k2days-avr-discount,k2days-avr-quantity month-avr-quantity-first_cate,second_cate,third_cate,brand_code,sku_id,sku_dc 所属first_cate,second_cate,third_cate,brand_code,sku_id,sku_dc对在该月的平均quantity
  • weekday-avr-quantity-first_cate,second_cate,third_cate,brand_code,sku_id,sku_dc 所属first_cate,second_cate,third_cate,brand_code,sku_id,sku_dc对在星期x的平均quantity

jd-quantity-prediction's People

Contributors

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