• Pierre PACI's avatar
    better log for "Check max_depth and num_leaves" (#931) · 51bceaaa
    Pierre PACI authored
    * better log for "Check max_depth and num_leaves"
    
    The default log said "[LightGBM] [Warning] Accuarcy may be bad since you didn't set num_leaves." but the case max_depth²>num_leaves could also trigger this log.
    Correction of a typo too : Accuarcy > Accuracy
    
    * Update config.cpp
    51bceaaa
config.cpp 16.7 KB