mthorrell / gbnet

Gradient Boosting Modules for pytorch
MIT License
11 stars 0 forks source link

remove numpy input requirements to enable thing like categorical inputs #31

Closed mthorrell closed 5 days ago

mthorrell commented 1 week ago

LightGBM and XGBoost accept their standard input objects (also pandas via their sklearn interface). Investigate the best option for this and implement. Currently the code ONLY accepts numpy inputs and this unnecessarily restricts usage of features in the underlying boosting package.