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