• Nikita Titov's avatar
    [python] add possibility to predict dataset with nrow > max_int32 (#1615) · f8ffd988
    Nikita Titov authored
    * 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
    f8ffd988
basic.py 89.3 KB