• shiyu1994's avatar
    [c++][fix] Support Quantized Training with Categorical Features on CPU (#6301) · 776c5c3c
    shiyu1994 authored
    * support quantized training with categorical features on cpu
    
    * remove white spaces
    
    * add tests for quantized training with categorical features
    
    * skip tests for cuda version
    
    * fix cases when only 1 data block in row-wise quantized histogram construction with 8 inner bits
    
    * remove useless capture
    
    * fix compilation warnings
    
    revert useless changes
    
    * revert useless change
    
    * separate functions in feature histogram into cpp file
    
    * add feature_histogram.o in Makevars
    776c5c3c
test_engine.py 169 KB