Skip to content

Column-wise quantiles in forecasts to reduce memory load #1203

Description

@peanutfun

In HazardForecast and ImpactForecast, the entire sparse matrix is densified before computing the quantiles. This will easily crash for larger, sparse datasets. Instead of densifying the entire matrix, we should densify single columns, and compute the respective quantile individually. This should reduce the memory load of quantile (but can make it a bit slower).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions