• mjmckp's avatar
    Add API method LGBM_BoosterPredictForMats (#2008) · 823fc03c
    mjmckp authored
    * Fix index out-of-range exception generated by BaggingHelper on small datasets.
    
    Prior to this change, the line "score_t threshold = tmp_gradients[top_k - 1];" would generate an exception, since tmp_gradients would be empty when the cnt input value to the function is zero.
    
    * Update goss.hpp
    
    * Update goss.hpp
    
    * Add API method LGBM_BoosterPredictForMats which runs prediction on a data set given as of array of pointers to rows (as opposed to existing method LGBM_BoosterPredictForMat which requires data given as contiguous array)
    
    * Fix incorrect upstream merge
    
    * Add link to LightGBM.NET
    
    * Fix indenting to 2 spaces
    
    * Dummy edit to trigger CI
    
    * Dummy edit to trigger CI
    823fc03c
c_api.cpp 63.9 KB