bnowok / synthpop

Generating Synthetic Versions of Sensitive Microdata for Statistical Disclosure Control
40 stars 8 forks source link

XGBoost as a Synthesizer #24

Open nviets opened 2 years ago

nviets commented 2 years ago

Could xgboost be added as a synthesizer method? It's a seeming good candidate because it's tree-based, fast, flexible, and has many convenient features. Is there anything inherent to xgboost that would make it a poor choice relative to rpart/CART?