thesps / conifer

Fast inference of Boosted Decision Trees in FPGAs
Apache License 2.0
41 stars 22 forks source link

Xgboost pruned support #30

Closed davereikher closed 1 year ago

davereikher commented 1 year ago

Add optimization for pruned trees for XGBoost using the 'Optimized' config option fix failing tests Add xgboost test add xgboost pruned optimized test Fix some import issues (relative imports) Add the missing file common.py

thesps commented 1 year ago

This functionality has been captured in #41, so closing this PR. Thanks very much for the contribution!