• shiyu1994's avatar
    Log warnings for number of bins of categorical features (#4448) · d163c2c1
    shiyu1994 authored
    * log warnings when number of bins of categorical features exceeds the configured maximum number of bins
    
    * log only one warning information for all categorical features
    
    * Add #include <memory> for unique_ptr
    
    * remove useless param description
    d163c2c1
dataset_loader.cpp 64.7 KB