Commits


Tony-Y authored and Qiwei Ye committed 5c0afab2d0a
Fix typos in c_api.cpp (#983) * Bounds checking of used_row_indices (#959) * add Common::check_int32_elements_interval_closed function. * insert a bounds checking code in LGBM_DatasetGetSubset function of C API. * Delete a needless function * delete the function check_int32_elements_interval_closed * Fix typos