Lightkurve v2.0
DesignMatrix.
to_sparse
Convert this dense matrix object to a SparseDesignMatrix.
SparseDesignMatrix
The values of this design matrix will be converted to a scipy.sparse.csr_matrix, which stores the values in a lower memory matrix. This is not recommended for dense matrices.
scipy.sparse.csr_matrix