Commits


Guolin Ke authored and GitHub committed dee72159d36
check the shape for mat, csr and csc in prediction (#2464) * check the shape for mat, csr and csc * guess from csr * support file checking * better error msg * grammar * clean code * code clean * check range for CSR * Update test_.py * Update test_.py * added tests