Skip to content

[FEAT] Scalable reconciliation #454

@elephaint

Description

@elephaint

Traditional reconciliation approaches such as in this library are hard to scale because the more complex techniques require all series available for matrix algebra.

Options for scaling could be:

  • Batch-wise processing, perform reconciliation iteratively. Unclear how to achieve coherence in general, and potentially compute intensive.
  • Torch-based reconciliation (rewrite Numpy to Torch), enables accelerators and potential batching. Disadvantage: sparse methods would be not / poorly supported
  • Dask's numpy backend
  • ....

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions