More efficient data loading for GBDT
ccchengff opened this issue · comments
The binning process in GBDT requires to cache two copies of datasets, which is inefficient for memory-limited users.
Implement a two-phase data loading method, which is more memory efficient.