ShifuML / shifu

An end-to-end machine learning and data mining framework on Hadoop
https://github.com/ShifuML/shifu/wiki
Apache License 2.0
251 stars 109 forks source link

Optimize GBT Model Spec to Load on Demand Variables #700

Open zhangpengshan opened 4 years ago

zhangpengshan commented 4 years ago

Current model spec dumps all the final selected variables while it is better to dump used variables at final model saving.