Skip to content

Sparse matrices #38

@nredell

Description

@nredell

Before v1.0.0 hits CRAN, I'm planning on a very thorough re-write of the internals for maintainability more than anything else (all API changes are being documented in #35). What better time than this to include sparse matrix support? I can't think of one.

The sparse pipeline will start at fill_gaps(), take an S3 method dispatch in create_lagged_df(), and continue through train_model() and predict().

This one will take a bit of thought because I want to select a matrix package and sparse storage format that is performant, low memory, commonly used in fields like geo-spacial analysis or hydrology, and used in other R ML packages.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions