kingfengji / mGBDT

This is the official clone for the implementation of the NIPS18 paper Multi-Layered Gradient Boosting Decision Trees (mGBDT) .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not find the uci dataset

momocat-aric opened this issue · comments

commented

Hi,
I wanna run the uci_year and uci_adult demo, but I can't find the get_data.sh files as ReadME said. Would you please upload it or tell me the data format so I can handle it by myself.
I find that the code uses features file, but it is not in the git too.

commented

Should I flattening all the properties of one smaple in a one-hot vector?

@AricPro thanks for pointing it out, I've uploaded the get_data script to the repo.