Skip to content

Converting user libraries of SciPy sparse matrix to sparse array #4

Open
@dschult

Description

@dschult

If folks have libraries who are using SciPy sparse matrices, and you'd like help converting them to run/work with sparse array, this sounds like a nice opportunity to work that out. I wrote a migration guide and have converted a few libraries (working with sklearn now). I suspect an in-person setting could be helpful in this kind of project.

  • step 1 is to make the library work with sparse arrays.
  • step 2 allow either interface for inputs and choosing from a few options for handling outputs.
  • step 3 switch internal creation to sparse array while ensuring "easy" transitions when sparse matrix is removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Data analysisStatistics, optimization, sparse data, plotting, and dataframes.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions