1 个仓库
Integration with Dask for distributing large-scale temporal computations across clusters.
Distinct from Deferred Computation Integration: Specific to the integration of Dask for parallelizing matrix profiles, not general deferred computation of arrays.
Explore 1 awesome GitHub repository matching data & databases · Dask Integrations. Refine with filters or upvote what's useful.
Stumpy 是一个 Python 库,专注于矩阵轮廓(matrix profile)算法的实现,用于可扩展的时间序列分析。它提供了一个框架,用于计算距离轮廓以识别时间序列数据中的重复模式和异常。 该项目通过其使用 Dask 将繁重计算扩展到 GPU 硬件和分布式集群的能力而脱颖而出。它支持多维分析以发现并发数据流中的基序(motif),并提供用于实时流分析的增量计算。 该库涵盖了广泛的时间序列挖掘技术,包括基序发现、异常检测和序列模式匹配。它还提供用于语义分割以检测状态变化,以及提取相似子序列的时间排序链的工具。
Distributes matrix profile computations across a cluster of machines using Dask integration.