Commits


Nikita Titov authored and Qiwei Ye committed f8ffd988299
[python] add possibility to predict dataset with nrow > max_int32 (#1615) * added possibility to predict numpy array with nrow > max_int32 * save memory more efficient * better variable name * added possibility to predict scipy.sparse.csr matrix with nrow > max_int32 * added possibility to predict scipy.sparse.csc matrix with nrow > max_int32 * reworked numpy array case