motefly / DeepGBM

SIGKDD'2019: DeepGBM: A Deep Learning Framework Distilled by GBDT for Online Prediction Tasks
649 stars 135 forks source link

Dataset About Flight #16

Closed htw2012 closed 4 years ago

htw2012 commented 4 years ago

Hello,

I have downloaded the flight from site http://stat-computing.org/dataexpo/2009/the-data.html. I find that there are 29 fields in this dataset, but 12 fields are used in your paper. I don't know the specific field in your paper is used, could you tell me the detail about how to use this dataset?

Thanks.

motefly commented 4 years ago

Refer to https://github.com/motefly/DeepGBM/blob/master/experiments/preprocess/encoding_nume.py#L262

htw2012 commented 4 years ago

Thanks.