• david-cortes's avatar
    Correct documentation for sparse predictions (#4979) · 7e478047
    david-cortes authored
    * Correct documentation for sparse predictions
    
    The documentation says that the parameter `nindptr` for `LGBM_BoosterPredictSparseOutput` should be the number of rows plus one, but this is incorrect when the input type is CSC. This PR fixes it.
    
    * Update c_api.h
    
    * Update c_api.h
    
    * Update c_api.h
    7e478047
c_api.h 68.8 KB