motefly / DeepGBM

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

How preprocessing and encoding "Zillow Dataset"? #8

Closed wakame1367 closed 4 years ago

wakame1367 commented 5 years ago

Try to work kaggle notebook but I got error KeyError: 'yearbuilt_cate'. Kaggle MyNotebook - deepgbm-experiments-zillow

motefly commented 5 years ago

For Zillow, I clone the column "yearbuilt" one more time to new "yearbuilt_cate", one for numerical feature using and the copy one for category feature using.